@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AccountBillingPlan extends Object
| Constructor and Description |
|---|
AccountBillingPlan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AddOn> |
getAddOns()
Reserved:
|
String |
getCanCancelRenewal()
Reserved: TBD
|
String |
getCanUpgrade()
When set to **true**, specifies that you can upgrade the account through the API.
|
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
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 |
getIncrementalSeats()
Reserved: TBD
|
String |
getIsDowngrade() |
String |
getOtherDiscountPercent()
Any other percentage discount for the plan.
|
String |
getPaymentCycle() |
String |
getPaymentMethod()
The payment method used with the plan.
|
String |
getPerSeatPrice() |
String |
getPlanClassification()
Identifies the type of plan.
|
List<FeatureSet> |
getPlanFeatureSets()
A complex type that sets the feature sets for the account.
|
String |
getPlanId() |
String |
getPlanName()
The name of the Billing Plan.
|
String |
getRenewalStatus()
The renewal status for the account.
|
List<SeatDiscount> |
getSeatDiscounts()
A complex type that contains any seat discount information.\n\nValues are: BeginSeatCount, EndSeatCount, and SeatDiscountPercent.
|
String |
getSupportIncidentFee()
The support incident fee charged for each support incident.
|
String |
getSupportPlanFee()
The support plan fee charged for this plan.
|
int |
hashCode() |
void |
setAddOns(List<AddOn> addOns) |
void |
setCanCancelRenewal(String canCancelRenewal) |
void |
setCanUpgrade(String canUpgrade) |
void |
setCurrencyCode(String currencyCode) |
void |
setEnableSupport(String enableSupport) |
void |
setIncludedSeats(String includedSeats) |
void |
setIncrementalSeats(String incrementalSeats) |
void |
setIsDowngrade(String isDowngrade) |
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 |
setRenewalStatus(String renewalStatus) |
void |
setSeatDiscounts(List<SeatDiscount> seatDiscounts) |
void |
setSupportIncidentFee(String supportIncidentFee) |
void |
setSupportPlanFee(String supportPlanFee) |
String |
toString() |
public String getCanCancelRenewal()
public void setCanCancelRenewal(String canCancelRenewal)
public String getCanUpgrade()
public void setCanUpgrade(String canUpgrade)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getEnableSupport()
public void setEnableSupport(String enableSupport)
public String getIncludedSeats()
public void setIncludedSeats(String includedSeats)
public String getIncrementalSeats()
public void setIncrementalSeats(String incrementalSeats)
public String getIsDowngrade()
public void setIsDowngrade(String isDowngrade)
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 String getRenewalStatus()
public void setRenewalStatus(String renewalStatus)
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.