@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPlan extends Object
| Constructor and Description |
|---|
BillingPlan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AppStoreProduct> |
getAppStoreProducts()
Reserved: TBD
|
List<CurrencyPlanPrice> |
getCurrencyPlanPrices()
Contains the currencyCode and currencySymbol for the alternate currency values for envelopeFee, fixedFee, and seatFee that are configured for this plan feature set.
|
String |
getEnableSupport()
When set to **true**, then customer support is provided as part of the account plan.
|
String |
getIncludedSeats()
The number of seats (users) included.
|
String |
getOtherDiscountPercent() |
String |
getPaymentCycle()
The payment cycle associated with the plan.
|
String |
getPaymentMethod() |
String |
getPerSeatPrice()
The per seat price for the plan.
|
String |
getPlanClassification()
Identifies the type of plan.
|
List<FeatureSet> |
getPlanFeatureSets() |
String |
getPlanId() |
String |
getPlanName()
The name of the Billing Plan.
|
List<SeatDiscount> |
getSeatDiscounts() |
String |
getSupportIncidentFee()
The support incident fee charged for each support incident.
|
String |
getSupportPlanFee()
The support plan fee charged for this plan.
|
int |
hashCode() |
void |
setAppStoreProducts(List<AppStoreProduct> appStoreProducts) |
void |
setCurrencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices) |
void |
setEnableSupport(String enableSupport) |
void |
setIncludedSeats(String includedSeats) |
void |
setOtherDiscountPercent(String otherDiscountPercent) |
void |
setPaymentCycle(String paymentCycle) |
void |
setPaymentMethod(String paymentMethod) |
void |
setPerSeatPrice(String perSeatPrice) |
void |
setPlanClassification(String planClassification) |
void |
setPlanFeatureSets(List<FeatureSet> planFeatureSets) |
void |
setPlanId(String planId) |
void |
setPlanName(String planName) |
void |
setSeatDiscounts(List<SeatDiscount> seatDiscounts) |
void |
setSupportIncidentFee(String supportIncidentFee) |
void |
setSupportPlanFee(String supportPlanFee) |
String |
toString() |
public List<AppStoreProduct> getAppStoreProducts()
public void setAppStoreProducts(List<AppStoreProduct> appStoreProducts)
public List<CurrencyPlanPrice> getCurrencyPlanPrices()
public void setCurrencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)
public String getEnableSupport()
public void setEnableSupport(String enableSupport)
public String getIncludedSeats()
public void setIncludedSeats(String includedSeats)
public String getOtherDiscountPercent()
public void setOtherDiscountPercent(String otherDiscountPercent)
public String getPaymentCycle()
public void setPaymentCycle(String paymentCycle)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public String getPerSeatPrice()
public void setPerSeatPrice(String perSeatPrice)
public String getPlanClassification()
public void setPlanClassification(String planClassification)
public List<FeatureSet> getPlanFeatureSets()
public void setPlanFeatureSets(List<FeatureSet> planFeatureSets)
public String getPlanId()
public void setPlanId(String planId)
public String getPlanName()
public void setPlanName(String planName)
public List<SeatDiscount> getSeatDiscounts()
public void setSeatDiscounts(List<SeatDiscount> seatDiscounts)
public String getSupportIncidentFee()
public void setSupportIncidentFee(String supportIncidentFee)
public String getSupportPlanFee()
public void setSupportPlanFee(String supportPlanFee)
Copyright © 2017. All rights reserved.