BillingFlowParams
Class with the parameters necessary to initiate a purchase flow.
Public parameters
Name | Type | Description |
---|---|---|
sku | String | Value of the SKU you wish to Purchase. (eg: attempts ) |
skuType | String | String value of the type of SKU to purchase. Use SkuType to specify the value. |
orderReference | String | [DEPRECATED] Internal value to be used by the SDK Services. Can't be the same for different purchases in the same package. |
developerPayload | String | String based payload to be used by the Developer to save important values for Purchase identification. (max. 512 chars) |
origin | String | Origin of the Purchase. (Only acceptable value BDS ) |
Updated 10 days ago