[EN]ProductDetail
public class ProductDetail extends Object java.lang.Object ↳ com.gaa.sdk.iap.ProductDetail
Indicates the purchase data of in-app purchases.
Summary
Public constructors
ProductDetail(String jsonProductDetail)
Public methods
getOriginalJson
String getOriginalJson() Restores JSON formatted string which includes product details of in-app products.
Returns:
String
getProductId
String getProductId() Restores the ID of purchased in-app products.
Returns:
String
getType
String getType() Restores the type of in-app products.
Returns:
String
getPrice
String getPrice() Restores the price of in-app products.
Returns:
String
getPriceCurrencyCode
String getPriceCurrencyCode() Restores ISO 4217 CurrencyCode of the Price.
Returns:
String
getPriceAmountMicros
String getPriceAmountMicros() Restores the price to the unit in Micros. 1,000,000 Micros units are equal to one unit of currency.
Returns:
String
getTitle
String getTitle() Restores the name of in-app products.
Returns:
String
Last updated