public class BillingPlan extends Object
| Constructor and Description |
|---|
BillingPlan() |
public BillingPlan appStoreProducts(List<AppStoreProduct> appStoreProducts)
public BillingPlan addAppStoreProductsItem(AppStoreProduct appStoreProductsItem)
public List<AppStoreProduct> getAppStoreProducts()
public void setAppStoreProducts(List<AppStoreProduct> appStoreProducts)
public BillingPlan currencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)
public BillingPlan addCurrencyPlanPricesItem(CurrencyPlanPrice currencyPlanPricesItem)
public List<CurrencyPlanPrice> getCurrencyPlanPrices()
public void setCurrencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)
public BillingPlan enableSupport(String enableSupport)
public String getEnableSupport()
public void setEnableSupport(String enableSupport)
public BillingPlan includedSeats(String includedSeats)
public String getIncludedSeats()
public void setIncludedSeats(String includedSeats)
public BillingPlan otherDiscountPercent(String otherDiscountPercent)
public String getOtherDiscountPercent()
public void setOtherDiscountPercent(String otherDiscountPercent)
public BillingPlan paymentCycle(String paymentCycle)
public String getPaymentCycle()
public void setPaymentCycle(String paymentCycle)
public BillingPlan paymentMethod(String paymentMethod)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public BillingPlan perSeatPrice(String perSeatPrice)
public String getPerSeatPrice()
public void setPerSeatPrice(String perSeatPrice)
public BillingPlan planClassification(String planClassification)
public String getPlanClassification()
public void setPlanClassification(String planClassification)
public BillingPlan planFeatureSets(List<FeatureSet> planFeatureSets)
public BillingPlan addPlanFeatureSetsItem(FeatureSet planFeatureSetsItem)
public List<FeatureSet> getPlanFeatureSets()
public void setPlanFeatureSets(List<FeatureSet> planFeatureSets)
public BillingPlan planId(String planId)
public String getPlanId()
public void setPlanId(String planId)
public BillingPlan planName(String planName)
public String getPlanName()
public void setPlanName(String planName)
public BillingPlan seatDiscounts(List<SeatDiscount> seatDiscounts)
public BillingPlan addSeatDiscountsItem(SeatDiscount seatDiscountsItem)
public List<SeatDiscount> getSeatDiscounts()
public void setSeatDiscounts(List<SeatDiscount> seatDiscounts)
public BillingPlan supportIncidentFee(String supportIncidentFee)
public String getSupportIncidentFee()
public void setSupportIncidentFee(String supportIncidentFee)
public BillingPlan supportPlanFee(String supportPlanFee)
public String getSupportPlanFee()
public void setSupportPlanFee(String supportPlanFee)
Copyright © 2020. All rights reserved.