-
public final class ProductSubscriptionAndroidOfferDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProductSubscriptionAndroidOfferDetails.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringbasePlanIdprivate final StringofferIdprivate final List<String>offerTagsprivate final StringofferTokenprivate final PricingPhasesAndroidpricingPhases
-
Constructor Summary
Constructors Constructor Description ProductSubscriptionAndroidOfferDetails(String basePlanId, String offerId, List<String> offerTags, String offerToken, PricingPhasesAndroid pricingPhases)
-
Method Summary
Modifier and Type Method Description final StringgetBasePlanId()final StringgetOfferId()final List<String>getOfferTags()final StringgetOfferToken()final PricingPhasesAndroidgetPricingPhases()final Map<String, Object>toJson()-
-
Method Detail
-
getBasePlanId
final String getBasePlanId()
-
getOfferId
final String getOfferId()
-
getOfferTags
final List<String> getOfferTags()
-
getOfferToken
final String getOfferToken()
-
getPricingPhases
final PricingPhasesAndroid getPricingPhases()
-
-
-
-