PendingPurchaseUpdate
Updated: Mar 19, 2025
data class PendingPurchaseUpdate(val products:
List<
String>, val purchaseToken:
String)
Represents a pending change/update to the existing purchase.
| Name | Summary |
|---|
PendingPurchaseUpdate | |
| Name | Summary |
|---|
products | |
purchaseToken | val purchaseToken: StringA token that uniquely identifies this pending transaction. |