-
public final class GoogleProductDetails.SubscriptionOfferDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final StringofferTokenprivate final List<String>offerTagsprivate final GoogleProductDetails.PricingPhasespricingPhases
-
Constructor Summary
Constructors Constructor Description GoogleProductDetails.SubscriptionOfferDetails(String offerToken, List<String> offerTags, GoogleProductDetails.PricingPhases pricingPhases)
-
Method Summary
Modifier and Type Method Description final StringgetOfferToken()final List<String>getOfferTags()final GoogleProductDetails.PricingPhasesgetPricingPhases()-
-
Constructor Detail
-
GoogleProductDetails.SubscriptionOfferDetails
GoogleProductDetails.SubscriptionOfferDetails(String offerToken, List<String> offerTags, GoogleProductDetails.PricingPhases pricingPhases)
-
-
Method Detail
-
getOfferToken
final String getOfferToken()
-
getOfferTags
final List<String> getOfferTags()
-
getPricingPhases
final GoogleProductDetails.PricingPhases getPricingPhases()
-
-
-
-