API reference
API reference
Select your platform
No SDKs available
No versions available

PurchaseArray Interface

A purchase is made when a user buys a Product. The IAP product, which can represent a consumable item, a durable item, or a subscription, must be defined for purchase through the developer dashboard.

Signature

interface PurchaseArray

Properties

cursorAfter : String?
[Get]
Signature
abstract val cursorAfter: String?
cursorBefore : String?
[Get]
Signature
abstract val cursorBefore: String?
json : String
[Get]
Signature
open val json: String
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?
purchases : List
[Get]
Signature
abstract val purchases: List<Purchase>
Did you find this page helpful?