-
public final class StoreProductMapperKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static LongpriceAmountMicrosprivate final static StringpriceStringprivate final static StringpriceCurrencyCodeprivate final static PeriodgoogleFreeTrialPeriodprivate final static IntegergoogleFreeTrialCyclesprivate final static StringgoogleIntroductoryPriceprivate final static PeriodgoogleIntroductoryPricePeriodprivate final static LonggoogleIntroductoryPriceAmountMicrosprivate final static IntegergoogleIntroductoryPriceCycles
-
Method Summary
Modifier and Type Method Description final LonggetPriceAmountMicros()final StringgetPriceString()final StringgetPriceCurrencyCode()final PeriodgetGoogleFreeTrialPeriod()final IntegergetGoogleFreeTrialCycles()final StringgetGoogleIntroductoryPrice()final PeriodgetGoogleIntroductoryPricePeriod()final LonggetGoogleIntroductoryPriceAmountMicros()final IntegergetGoogleIntroductoryPriceCycles()final static Map<String, Object>map(StoreProduct $self)final static UnitmapAsync(List<StoreProduct> $self, Function1<List<Map<String, Object>>, Unit> callback)-
-
Method Detail
-
getPriceAmountMicros
final Long getPriceAmountMicros()
-
getPriceString
final String getPriceString()
-
getPriceCurrencyCode
final String getPriceCurrencyCode()
-
getGoogleFreeTrialPeriod
final Period getGoogleFreeTrialPeriod()
-
getGoogleFreeTrialCycles
final Integer getGoogleFreeTrialCycles()
-
getGoogleIntroductoryPrice
final String getGoogleIntroductoryPrice()
-
getGoogleIntroductoryPricePeriod
final Period getGoogleIntroductoryPricePeriod()
-
getGoogleIntroductoryPriceAmountMicros
final Long getGoogleIntroductoryPriceAmountMicros()
-
getGoogleIntroductoryPriceCycles
final Integer getGoogleIntroductoryPriceCycles()
-
-
-
-