| Name | Summary |
|---|---|
UserChoiceDetails | constructor(externalTransactionId: String, originalExternalTransactionId: String, products: List<UserChoiceDetails.Product>) |
| Name | Summary |
|---|---|
externalTransactionId | val externalTransactionId: String A token that represents the user’s prospective purchase via user choice alternative billing. |
originalExternalTransactionId | val originalExternalTransactionId: String The external transaction Id of the originating subscription, if the purchase is a subscription upgrade/downgrade. |
products | val products: List<UserChoiceDetails.Product> A list of Product to be purchased in the user choice alternative billing flow. |