-
public final class GoogleProductDetails.OneTimePurchaseOfferDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final StringformattedPriceprivate final LongpriceAmountMicrosprivate final StringpriceCurrencyCodeprivate final StringofferIdToken
-
Constructor Summary
Constructors Constructor Description GoogleProductDetails.OneTimePurchaseOfferDetails(String formattedPrice, Long priceAmountMicros, String priceCurrencyCode, String offerIdToken)
-
Method Summary
Modifier and Type Method Description final StringgetFormattedPrice()final LonggetPriceAmountMicros()final StringgetPriceCurrencyCode()final StringgetOfferIdToken()-
-
Method Detail
-
getFormattedPrice
final String getFormattedPrice()
-
getPriceAmountMicros
final Long getPriceAmountMicros()
-
getPriceCurrencyCode
final String getPriceCurrencyCode()
-
getOfferIdToken
final String getOfferIdToken()
-
-
-
-