[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 methods


getOriginalJson

String getOriginalJson() Restores JSON formatted string which includes product details of in-app products.

getProductId

String getProductId() Restores the ID of purchased in-app products.

getType

String getType() Restores the type of in-app products.

getPrice

String getPrice() Restores the price of in-app products.

getPriceCurrencyCode

String getPriceCurrencyCode() Restores ISO 4217 CurrencyCode of the Price.

getPriceAmountMicros

String getPriceAmountMicros() Restores the price to the unit in Micros. 1,000,000 Micros units are equal to one unit of currency.

getTitle

String getTitle() Restores the name of in-app products.

Last updated