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

    Interface Product

    interface Product {
        currency?: string;
        customCTATarget?: null | string;
        customCTATitle?: null | string;
        customCTATitleTranslation?: null | string;
        customCTAUrl?: null | string;
        description?: null | string;
        hidden?: null | boolean;
        hidePrice?: boolean;
        hidePrimaryCTA?: null | boolean;
        isAvailable?: boolean;
        mainProductImage?: string;
        name?: null | string;
        productId: string;
        subtitle?: null | string;
        units?: null | ProductUnit[];
    }
    Index

    Properties

    currency?: string

    The product-level currency string (e.g. "USD", "EUR").

    customCTATarget?: null | string

    The custom CTA target identifier.

    customCTATitle?: null | string

    The custom CTA title.

    customCTATitleTranslation?: null | string

    The translated custom CTA title.

    customCTAUrl?: null | string

    The custom CTA URL.

    description?: null | string

    The description of the product.

    hidden?: null | boolean

    Whether the product is hidden.

    hidePrice?: boolean

    Whether to hide the product price.

    hidePrimaryCTA?: null | boolean

    Whether to hide the primary CTA button.

    isAvailable?: boolean

    The availability of the product.

    mainProductImage?: string

    The URL of the main product image.

    name?: null | string

    The name of the product.

    productId: string

    A unique identifier of the product.

    subtitle?: null | string

    The subtitle of the product.

    units?: null | ProductUnit[]

    The unit array of the product