-
public final class GoogleProductDetails.PricingPhase
-
-
Field Summary
Fields Modifier and Type Field Description private final StringformattedPriceprivate final LongpriceAmountMicrosprivate final StringpriceCurrencyCodeprivate final StringbillingPeriodprivate final IntegerbillingCycleCountprivate final IntegerrecurrenceMode
-
Method Summary
Modifier and Type Method Description final StringgetFormattedPrice()final LonggetPriceAmountMicros()final StringgetPriceCurrencyCode()final StringgetBillingPeriod()final IntegergetBillingCycleCount()final IntegergetRecurrenceMode()-
-
Method Detail
-
getFormattedPrice
final String getFormattedPrice()
-
getPriceAmountMicros
final Long getPriceAmountMicros()
-
getPriceCurrencyCode
final String getPriceCurrencyCode()
-
getBillingPeriod
final String getBillingPeriod()
-
getBillingCycleCount
final Integer getBillingCycleCount()
-
getRecurrenceMode
final Integer getRecurrenceMode()
-
-
-
-