-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PLYSubscriptionOffer implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsubscriptionIdprivate final StringbasePlanIdprivate final StringofferTokenprivate final StringofferId
-
Constructor Summary
Constructors Constructor Description PLYSubscriptionOffer(String subscriptionId, String basePlanId, String offerToken, String offerId)
-
Method Summary
Modifier and Type Method Description final StringgetSubscriptionId()final StringgetBasePlanId()final StringgetOfferToken()final StringgetOfferId()final Map<String, String>toMap()-
-
Method Detail
-
getSubscriptionId
final String getSubscriptionId()
-
getBasePlanId
final String getBasePlanId()
-
getOfferToken
final String getOfferToken()
-
getOfferId
final String getOfferId()
-
-
-
-