-
public final class Store.Purchase
-
-
Field Summary
Fields Modifier and Type Field Description private StringbasePlanIdprivate PLYPromoOfferofferprivate final PLYPlanplanprivate final PLYProductproduct
-
Constructor Summary
Constructors Constructor Description Store.Purchase(PLYPlan plan, PLYProduct product)
-
Method Summary
Modifier and Type Method Description final StringgetBasePlanId()final UnitsetBasePlanId(String basePlanId)final PLYPromoOffergetOffer()final UnitsetOffer(PLYPromoOffer offer)final PLYPlangetPlan()final PLYProductgetProduct()-
-
Constructor Detail
-
Store.Purchase
Store.Purchase(PLYPlan plan, PLYProduct product)
-
-
Method Detail
-
getBasePlanId
final String getBasePlanId()
-
setBasePlanId
final Unit setBasePlanId(String basePlanId)
-
getOffer
final PLYPromoOffer getOffer()
-
setOffer
final Unit setOffer(PLYPromoOffer offer)
-
getProduct
final PLYProduct getProduct()
-
-
-
-