ProductDetail
ProductDetail
public class ProductDetail extends Object java.lang.Object ↳ com.gaa.sdk.iap.ProductDetail 顯示In-App支付的購買數據。SummaryPublic constructorsProductDetail(String jsonProductDetail)Public methodsgetOriginalJsonString getOriginalJson()返回包含In- App商品詳細資訊的JSON格式字符串。
Returns: | |
String |
getProductId
String getProductId()
返回已販賣的In-App商品ID。
Returns: | |
String |
getType
String getType()
返回In-App商品類型。
Returns: | |
String | PurchaseClient.ProductType |
getPrice
String getPrice()
返回In-App商品價格。
Returns: | |
String |
getPriceCurrencyCode
String getPriceCurrencyCode()
返回價格的ISO 4217貨幣代碼。
Returns: | |
String |
getPriceAmountMicros
String getPriceAmountMicros()
價格以微單位返回。1,000,000微單位等於貨幣的一个個單位。
Returns: | |
String |
getTitle
String getTitle()
返回In-App商品的名稱。
Returns: | |
String |
Last updated