Interface GetOfferingsParams

Parameters for the Purchases.getOfferings method.

interface GetOfferingsParams {
    currency?: string;
    offeringIdentifier?: string;
}

Properties

currency?: string

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

offeringIdentifier?: string

The identifier of the offering to fetch. Can be a string identifier or one of the predefined keywords.