-
public final class SubscriptionOfferIOSiOS subscription offer details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSubscriptionOfferIOS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringdisplayPriceprivate final Stringidprivate final PaymentModeIOSpaymentModeprivate final SubscriptionPeriodValueIOSperiodprivate final IntegerperiodCountprivate final Doublepriceprivate final SubscriptionOfferTypeIOStype
-
Constructor Summary
Constructors Constructor Description SubscriptionOfferIOS(String displayPrice, String id, PaymentModeIOS paymentMode, SubscriptionPeriodValueIOS period, Integer periodCount, Double price, SubscriptionOfferTypeIOS type)
-
Method Summary
Modifier and Type Method Description final StringgetDisplayPrice()final StringgetId()final PaymentModeIOSgetPaymentMode()final SubscriptionPeriodValueIOSgetPeriod()final IntegergetPeriodCount()final DoublegetPrice()final SubscriptionOfferTypeIOSgetType()final Map<String, Object>toJson()-
-
Constructor Detail
-
SubscriptionOfferIOS
SubscriptionOfferIOS(String displayPrice, String id, PaymentModeIOS paymentMode, SubscriptionPeriodValueIOS period, Integer periodCount, Double price, SubscriptionOfferTypeIOS type)
-
-
Method Detail
-
getDisplayPrice
final String getDisplayPrice()
-
getPaymentMode
final PaymentModeIOS getPaymentMode()
-
getPeriod
final SubscriptionPeriodValueIOS getPeriod()
-
getPeriodCount
final Integer getPeriodCount()
-
getType
final SubscriptionOfferTypeIOS getType()
-
-
-
-