react-native-firework-sdk
    Preparing search index...

    Interface ProductUnit

    interface ProductUnit {
        imageUrl?: string;
        isAvailable?: boolean;
        name?: null | string;
        options?: ProductUnitOption[];
        price?: ProductPrice;
        unitId: string;
        url?: string;
    }
    Index

    Properties

    imageUrl?: string

    The image url of the product unit.

    isAvailable?: boolean

    The availability of the product unit.

    name?: null | string

    The name of the product unit.

    options?: ProductUnitOption[]

    The options of the product unit.

    price?: ProductPrice

    The price of the product unit.

    unitId: string

    The unique identifier of the product unit.

    url?: string

    The url of the product unit.