Package com.docusign.esign.model
Class BillingPlanUpdateResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlanUpdateResponse
-
public class BillingPlanUpdateResponse extends Object
Defines 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(String accountPaymentMethod)accountPaymentMethod.BillingPlanUpdateResponsebillingPlanPreview(BillingPlanPreview billingPlanPreview)billingPlanPreview.BillingPlanUpdateResponsecurrencyCode(String currencyCode)currencyCode.booleanequals(Object o)Compares objects.StringgetAccountPaymentMethod().BillingPlanPreviewgetBillingPlanPreview().StringgetCurrencyCode()Specifies the ISO currency code for the account..StringgetIncludedSeats()The number of seats (users) included..StringgetPaymentCycle().StringgetPaymentMethod().StringgetPlanId().StringgetPlanName().inthashCode()Returns the HashCode.BillingPlanUpdateResponseincludedSeats(String includedSeats)includedSeats.BillingPlanUpdateResponsepaymentCycle(String paymentCycle)paymentCycle.BillingPlanUpdateResponsepaymentMethod(String paymentMethod)paymentMethod.BillingPlanUpdateResponseplanId(String planId)planId.BillingPlanUpdateResponseplanName(String planName)planName.voidsetAccountPaymentMethod(String accountPaymentMethod)setAccountPaymentMethod.voidsetBillingPlanPreview(BillingPlanPreview billingPlanPreview)setBillingPlanPreview.voidsetCurrencyCode(String currencyCode)setCurrencyCode.voidsetIncludedSeats(String includedSeats)setIncludedSeats.voidsetPaymentCycle(String paymentCycle)setPaymentCycle.voidsetPaymentMethod(String paymentMethod)setPaymentMethod.voidsetPlanId(String planId)setPlanId.voidsetPlanName(String planName)setPlanName.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
accountPaymentMethod
public BillingPlanUpdateResponse accountPaymentMethod(String accountPaymentMethod)
accountPaymentMethod.- Returns:
- BillingPlanUpdateResponse
-
getAccountPaymentMethod
public String getAccountPaymentMethod()
.- Returns:
- accountPaymentMethod
-
setAccountPaymentMethod
public void setAccountPaymentMethod(String accountPaymentMethod)
setAccountPaymentMethod.
-
billingPlanPreview
public BillingPlanUpdateResponse billingPlanPreview(BillingPlanPreview billingPlanPreview)
billingPlanPreview.- Returns:
- BillingPlanUpdateResponse
-
getBillingPlanPreview
public BillingPlanPreview getBillingPlanPreview()
.- Returns:
- billingPlanPreview
-
setBillingPlanPreview
public void setBillingPlanPreview(BillingPlanPreview billingPlanPreview)
setBillingPlanPreview.
-
currencyCode
public BillingPlanUpdateResponse currencyCode(String currencyCode)
currencyCode.- Returns:
- BillingPlanUpdateResponse
-
getCurrencyCode
public String getCurrencyCode()
Specifies the ISO currency code for the account..- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
setCurrencyCode.
-
includedSeats
public BillingPlanUpdateResponse includedSeats(String includedSeats)
includedSeats.- Returns:
- BillingPlanUpdateResponse
-
getIncludedSeats
public String getIncludedSeats()
The number of seats (users) included..- Returns:
- includedSeats
-
setIncludedSeats
public void setIncludedSeats(String includedSeats)
setIncludedSeats.
-
paymentCycle
public BillingPlanUpdateResponse paymentCycle(String paymentCycle)
paymentCycle.- Returns:
- BillingPlanUpdateResponse
-
getPaymentCycle
public String getPaymentCycle()
.- Returns:
- paymentCycle
-
setPaymentCycle
public void setPaymentCycle(String paymentCycle)
setPaymentCycle.
-
paymentMethod
public BillingPlanUpdateResponse paymentMethod(String paymentMethod)
paymentMethod.- Returns:
- BillingPlanUpdateResponse
-
getPaymentMethod
public String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(String paymentMethod)
setPaymentMethod.
-
planId
public BillingPlanUpdateResponse planId(String planId)
planId.- Returns:
- BillingPlanUpdateResponse
-
getPlanId
public String getPlanId()
.- Returns:
- planId
-
setPlanId
public void setPlanId(String planId)
setPlanId.
-
planName
public BillingPlanUpdateResponse planName(String planName)
planName.- Returns:
- BillingPlanUpdateResponse
-
getPlanName
public String getPlanName()
.- Returns:
- planName
-
setPlanName
public void setPlanName(String planName)
setPlanName.
-
equals
public boolean equals(Object o)
Compares objects.
-
-