-
- All Implemented Interfaces:
-
android.os.Parcelable
@Serializable() public final class PLYPresentationPlan implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringplanVendorIdprivate final StringstoreProductIdprivate final StringbasePlanIdprivate final StringofferId
-
Constructor Summary
Constructors Constructor Description PLYPresentationPlan(String planVendorId, String storeProductId, String basePlanId, String offerId)
-
Method Summary
Modifier and Type Method Description final StringgetPlanVendorId()final StringgetStoreProductId()final StringgetBasePlanId()final StringgetOfferId()-
-
Method Detail
-
getPlanVendorId
final String getPlanVendorId()
-
getStoreProductId
final String getStoreProductId()
-
getBasePlanId
final String getBasePlanId()
-
getOfferId
final String getOfferId()
-
-
-
-