lib
amazon
/
com.zuko.billingz.amazon.store.model
/
AmazonOrderHistory
Amazon
Order
History
data
class
AmazonOrderHistory
(
receipts
:
Map
<
String
,
AmazonReceipt
>
)
:
OrderHistoryz
Content copied to clipboard
Key = Receipt ID Value = IAP Receipt
Constructors
Functions
Properties
Constructors
Amazon
Order
History
Link copied to clipboard
fun
AmazonOrderHistory
(
receipts
:
Map
<
String
,
AmazonReceipt
>
)
Content copied to clipboard
Functions
is
Amazon
Link copied to clipboard
open
override
fun
isAmazon
(
)
:
Boolean
Content copied to clipboard
is
Google
Link copied to clipboard
open
override
fun
isGoogle
(
)
:
Boolean
Content copied to clipboard
Properties
receipts
Link copied to clipboard
open
override
val
receipts
:
Map
<
String
,
AmazonReceipt
>
Content copied to clipboard