StoreTransaction 
    data class StoreTransaction(    val orderId: String?,     val skus: List<String>,     val type: ProductType,     val purchaseTime: Long,     val purchaseToken: String,     val purchaseState: PurchaseState,     val isAutoRenewing: Boolean?,     val signature: String?,     val originalJson: JSONObject,     val presentedOfferingIdentifier: String?,     val storeUserID: String?,     val purchaseType: PurchaseType,     val marketplace: String?) : Parcelable
Content copied to clipboard
Represents an in-app billing purchase.
Constructors
Link copied to clipboard
                fun StoreTransaction(    orderId: String?,     skus: List<String>,     type: ProductType,     purchaseTime: Long,     purchaseToken: String,     purchaseState: PurchaseState,     isAutoRenewing: Boolean?,     signature: String?,     originalJson: JSONObject,     presentedOfferingIdentifier: String?,     storeUserID: String?,     purchaseType: PurchaseType,     marketplace: String?)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                One of PurchaseType indicating the type of purchase.
Link copied to clipboard
                Link copied to clipboard