Interface GetOfferingsParams

Parameters for the Purchases.getOfferings method.

interface GetOfferingsParams {
    currency?: string;
}

Properties

Properties

currency?: string

The currency code in ISO 4217 to fetch the offerings for. If not specified, the default currency will be used.