Interface IapticPendingPurchase

Keep the state of a potential purchase in progress

interface IapticPendingPurchase {
    offerId?: string;
    productId: string;
    status: IapticPendingPurchaseState;
}

Properties

offerId?: string

Identifier of the offer that is being purchased

productId: string

Product identifier

Status of the purchase