airbridge-web-sdk
    Preparing search index...

    Type Alias PurchasedOptions

    type PurchasedOptions = {
        inAppPurchased?: boolean;
        totalValue?: number;
        currency?: string;
        transactionID?: string;
        products?: Product[];
    }
    Index

    Properties

    inAppPurchased?: boolean
    totalValue?: number
    currency?: string
    transactionID?: string
    products?: Product[]