Package com.docusign.esign.model
Class BillingPlanUpdateResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlanUpdateResponse
-
public class BillingPlanUpdateResponse extends java.lang.ObjectDefines a billing plan update response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPlanUpdateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlanUpdateResponseaccountPaymentMethod(java.lang.String accountPaymentMethod)accountPaymentMethod.BillingPlanUpdateResponsebillingPlanPreview(BillingPlanPreview billingPlanPreview)billingPlanPreview.BillingPlanUpdateResponsecurrencyCode(java.lang.String currencyCode)currencyCode.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetAccountPaymentMethod().BillingPlanPreviewgetBillingPlanPreview()Get billingPlanPreview.java.lang.StringgetCurrencyCode()Specifies the ISO currency code for the account..java.lang.StringgetIncludedSeats()The number of seats (users) included..java.lang.StringgetPaymentCycle().java.lang.StringgetPaymentMethod().java.lang.StringgetPlanId().java.lang.StringgetPlanName().inthashCode()Returns the HashCode.BillingPlanUpdateResponseincludedSeats(java.lang.String includedSeats)includedSeats.BillingPlanUpdateResponsepaymentCycle(java.lang.String paymentCycle)paymentCycle.BillingPlanUpdateResponsepaymentMethod(java.lang.String paymentMethod)paymentMethod.BillingPlanUpdateResponseplanId(java.lang.String planId)planId.BillingPlanUpdateResponseplanName(java.lang.String planName)planName.voidsetAccountPaymentMethod(java.lang.String accountPaymentMethod)setAccountPaymentMethod.voidsetBillingPlanPreview(BillingPlanPreview billingPlanPreview)setBillingPlanPreview.voidsetCurrencyCode(java.lang.String currencyCode)setCurrencyCode.voidsetIncludedSeats(java.lang.String includedSeats)setIncludedSeats.voidsetPaymentCycle(java.lang.String paymentCycle)setPaymentCycle.voidsetPaymentMethod(java.lang.String paymentMethod)setPaymentMethod.voidsetPlanId(java.lang.String planId)setPlanId.voidsetPlanName(java.lang.String planName)setPlanName.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
accountPaymentMethod
public BillingPlanUpdateResponse accountPaymentMethod(java.lang.String accountPaymentMethod)
accountPaymentMethod.- Returns:
- BillingPlanUpdateResponse
-
getAccountPaymentMethod
public java.lang.String getAccountPaymentMethod()
.- Returns:
- accountPaymentMethod
-
setAccountPaymentMethod
public void setAccountPaymentMethod(java.lang.String accountPaymentMethod)
setAccountPaymentMethod.
-
billingPlanPreview
public BillingPlanUpdateResponse billingPlanPreview(BillingPlanPreview billingPlanPreview)
billingPlanPreview.- Returns:
- BillingPlanUpdateResponse
-
getBillingPlanPreview
public BillingPlanPreview getBillingPlanPreview()
Get billingPlanPreview.- Returns:
- billingPlanPreview
-
setBillingPlanPreview
public void setBillingPlanPreview(BillingPlanPreview billingPlanPreview)
setBillingPlanPreview.
-
currencyCode
public BillingPlanUpdateResponse currencyCode(java.lang.String currencyCode)
currencyCode.- Returns:
- BillingPlanUpdateResponse
-
getCurrencyCode
public java.lang.String getCurrencyCode()
Specifies the ISO currency code for the account..- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(java.lang.String currencyCode)
setCurrencyCode.
-
includedSeats
public BillingPlanUpdateResponse includedSeats(java.lang.String includedSeats)
includedSeats.- Returns:
- BillingPlanUpdateResponse
-
getIncludedSeats
public java.lang.String getIncludedSeats()
The number of seats (users) included..- Returns:
- includedSeats
-
setIncludedSeats
public void setIncludedSeats(java.lang.String includedSeats)
setIncludedSeats.
-
paymentCycle
public BillingPlanUpdateResponse paymentCycle(java.lang.String paymentCycle)
paymentCycle.- Returns:
- BillingPlanUpdateResponse
-
getPaymentCycle
public java.lang.String getPaymentCycle()
.- Returns:
- paymentCycle
-
setPaymentCycle
public void setPaymentCycle(java.lang.String paymentCycle)
setPaymentCycle.
-
paymentMethod
public BillingPlanUpdateResponse paymentMethod(java.lang.String paymentMethod)
paymentMethod.- Returns:
- BillingPlanUpdateResponse
-
getPaymentMethod
public java.lang.String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(java.lang.String paymentMethod)
setPaymentMethod.
-
planId
public BillingPlanUpdateResponse planId(java.lang.String planId)
planId.- Returns:
- BillingPlanUpdateResponse
-
getPlanId
public java.lang.String getPlanId()
.- Returns:
- planId
-
setPlanId
public void setPlanId(java.lang.String planId)
setPlanId.
-
planName
public BillingPlanUpdateResponse planName(java.lang.String planName)
planName.- Returns:
- BillingPlanUpdateResponse
-
getPlanName
public java.lang.String getPlanName()
.- Returns:
- planName
-
setPlanName
public void setPlanName(java.lang.String planName)
setPlanName.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-