NamiPurchase
Object representing a purchase in the Nami Platform.
Parameters
Each App Platform provides data in NamiPurchase based upon what is available in the underlying store APIs.
App Store
sku
- a NamiSKU object representing the in-app purchase product SKU the device purchased.expires
- date the purchase expires if it is a subscriptionentitlementGranted
- a NamiEntitlement object for the entitlement granted by this purchase.transactionIdentifier
- App Store ID for the transactiontransaction
- the StoreKit transaction object for the purchaseskuId
- the App Store reference ID of the purchased product SKUpurchaseInitiatedTimestamp
- The date and time when the purchase was initiated
Google Play
purchaseInitiatedTimestamp
- The date and time when the purchase was initiatedexpires
- (bypass store only) Indicates when this purchase will ceaseskuId
- the Google Play reference ID of the purchased product SKUtransactionIdentifier
- The purchase order ID record associated to this purchasepurchaseToken
- The purchase token associated to this purchase
Last updated