public static final class ProductDetails.SubscriptionOfferDetails
extends java.lang.Object
Constructor and Description |
---|
SubscriptionOfferDetails(org.json.JSONObject subscriptionOfferDetailsJsonObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasePlanId()
Return the baseplan id associated with the subscription offer
The baseplan id is constructed from the term-sku information.
|
java.lang.String |
getOfferId()
Return the offer id associated with the subscription offer
The offer id is constructed from the term-sku information.
|
java.util.List<java.lang.String> |
getOfferTags()
Return the offer tags associated with the subscription offer
This call will return an empty list.
|
java.lang.String |
getOfferToken()
Return the offer token associated with the subscription offer
The offer token is constructed from the term-sku information.
|
ProductDetails.PricingPhases |
getPricingPhases()
Return the Pricing phases associated with the subscription offer
|
public SubscriptionOfferDetails(org.json.JSONObject subscriptionOfferDetailsJsonObject) throws org.json.JSONException
org.json.JSONException
public java.lang.String getBasePlanId()
public java.lang.String getOfferId()
public java.util.List<java.lang.String> getOfferTags()
public java.lang.String getOfferToken()
public ProductDetails.PricingPhases getPricingPhases()