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

    Interface Product

    interface Product {
        description?: null | string;
        isAvailable?: boolean;
        name?: null | string;
        productId: string;
        units?: null | ProductUnit[];
    }
    Index

    Properties

    description?: null | string

    The description of the product.

    isAvailable?: boolean

    The availability of the product.

    name?: null | string

    The name of the product.

    productId: string

    A unique identifier of the product.

    units?: null | ProductUnit[]

    The unit array of the product