Interface AdaptyNonSubscription

Interface representing a consumable or non-subscription purchase made by the user.

Hierarchy

  • AdaptyNonSubscription

Properties

isConsumable: boolean

Flag indicating whether the product is consumable.

isRefund: boolean

Flag indicating whether the purchase was refunded.

isSandbox: boolean

Flag indicating whether the product was purchased in a sandbox environment.

purchaseId: string

An identifier of the purchase in Adapty. You can use it to ensure that you've already processed this purchase (for example tracking one time products).

purchasedAt: Date

The date and time when the purchase was made.

The store where the purchase was made.

vendorProductId: string

The identifier of the product in the store that was purchased.

vendorTransactionId?: string

The identifier of the product in the store that was purchased.

Generated using TypeDoc