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

    Interface PurchaseProduct

    interface PurchaseProduct {
        extProductId: string;
        price: number;
        quantity: number;
    }
    Index

    Properties

    extProductId: string

    The external product ID.

    price: number

    The price of the product.

    quantity: number

    The quantity of the product.