SkuDetailsParams
Class with the parameters necessary to query for Sku Details.
Public parameters
Name | Type | Description |
---|---|---|
itemType | String | String value of the type of SKU to purchase. Use SkuType to specify the value. |
moreItemSkus | List<String> | List of the SKUs you wish to get details of. (eg: listOf(attempts) ) |
moreSubsSkus | List<String> | [DEPRECATED] List of the Sub SKUs you wish to get details of. (eg: listOf(attempts) ) |
Updated 20 days ago