SkuDetails
Class that represents the details of a Product.
Public parameters
Name | Type | Description |
---|---|---|
itemType | String | String value of the SkuType of product purchased. |
sku | String | ID of the product purchased. |
type | String | String value of the SkuType of product purchased. |
title | String | Title of the Product. |
description | String | Description of the Product. |
price | Long | The price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99 |
priceAmountMicros | String | The price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99) |
priceCurrencyCode | String | The price currency, as an ISO 4217 alphabetic code. Example: USD |
appcPrice | Long | The APPC Price as a localized numeric string with the currency symbol corresponding to the APPC currency. Example: APPC 110.00 |
appcPriceAmountMicros | String | The APPC Price in micro-units (millionths of the APPC currency). Example: 110000000 (for 110.00) |
appcPriceCurrencyCode | String | The APPC Currency code. Value is APPC . |
fiatPrice | Long | The fiat price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99 |
fiatPriceAmountMicros | String | The fiat price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99) |
fiatPriceCurrencyCode | String | The fiat price currency, as an ISO 4217 alphabetic code. Example: USD |
Updated 15 days ago