KMPAdapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
KMPAdapty
adapty
/
com.adapty.kmp.models
/
AdaptyProfile
/
NonSubscription
Non
Subscription
data
class
NonSubscription
(
val
purchaseId
:
String
,
val
vendorProductId
:
String
,
val
vendorTransactionId
:
String
?
,
val
store
:
String
,
val
purchasedAt
:
String
,
val
isConsumable
:
Boolean
,
val
isSandbox
:
Boolean
,
val
isRefund
:
Boolean
)
Members
Constructors
Non
Subscription
Link copied to clipboard
constructor
(
purchaseId
:
String
,
vendorProductId
:
String
,
vendorTransactionId
:
String
?
,
store
:
String
,
purchasedAt
:
String
,
isConsumable
:
Boolean
,
isSandbox
:
Boolean
,
isRefund
:
Boolean
)
Properties
is
Consumable
Link copied to clipboard
val
isConsumable
:
Boolean
is
Refund
Link copied to clipboard
val
isRefund
:
Boolean
is
Sandbox
Link copied to clipboard
val
isSandbox
:
Boolean
purchased
At
Link copied to clipboard
val
purchasedAt
:
String
purchase
Id
Link copied to clipboard
val
purchaseId
:
String
store
Link copied to clipboard
val
store
:
String
vendor
Product
Id
Link copied to clipboard
val
vendorProductId
:
String
vendor
Transaction
Id
Link copied to clipboard
val
vendorTransactionId
:
String
?