Package com.zuko.billingz.amazon.store.model
Types
Link copied to clipboard
class AmazonInventoryQuery(inventory: AmazonInventory) : QueryResult<ArrayMap<String, Productz>>
Content copied to clipboard
Link copied to clipboard
data class AmazonOrder(resultMessage: String, result: Orderz.Result, requestStatus: String?, requestId: RequestId?, userData: UserData?, receipt: Receipt?, json: JSONObject?) : Orderz
Content copied to clipboard
Represents an Order. The construction parameters can be passed from a PurchaseResponse object or from a Receipt that has been identified as an incomplete order.
Link copied to clipboard
data class AmazonOrderHistory(receipts: Map<String, AmazonReceipt>) : OrderHistoryz
Content copied to clipboard
Key = Receipt ID Value = IAP Receipt
Link copied to clipboard
class AmazonOrdersHistoryQuery(sales: AmazonSales) : QueryResult<AmazonOrderHistory>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class AmazonProductQuery(sku: String, type: Productz.Type, inventory: AmazonInventory) : QueryResult<AmazonProduct>
Content copied to clipboard
Link copied to clipboard
data class AmazonReceipt(iapReceipt: Receipt, userId: String?, order: Orderz?) : Receiptz
Content copied to clipboard