Package com.docusign.esign.model
Class BillingPlanPreview
- java.lang.Object
-
- com.docusign.esign.model.BillingPlanPreview
-
- All Implemented Interfaces:
Serializable
public class BillingPlanPreview extends Object implements Serializable
Contains information about a preview billing plan..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingPlanPreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlanPreviewcurrencyCode(String currencyCode)currencyCode.booleanequals(Object o)Compares objects.StringgetCurrencyCode()Specifies the ISO currency code for the account..BillingInvoicegetInvoice().StringgetIsProrated().StringgetSubtotalAmount().StringgetTaxAmount().StringgetTotalAmount().inthashCode()Returns the HashCode.BillingPlanPreviewinvoice(BillingInvoice invoice)invoice.BillingPlanPreviewisProrated(String isProrated)isProrated.voidsetCurrencyCode(String currencyCode)setCurrencyCode.voidsetInvoice(BillingInvoice invoice)setInvoice.voidsetIsProrated(String isProrated)setIsProrated.voidsetSubtotalAmount(String subtotalAmount)setSubtotalAmount.voidsetTaxAmount(String taxAmount)setTaxAmount.voidsetTotalAmount(String totalAmount)setTotalAmount.BillingPlanPreviewsubtotalAmount(String subtotalAmount)subtotalAmount.BillingPlanPreviewtaxAmount(String taxAmount)taxAmount.StringtoString()Converts the given object to string.BillingPlanPreviewtotalAmount(String totalAmount)totalAmount.
-
-
-
Method Detail
-
currencyCode
public BillingPlanPreview currencyCode(String currencyCode)
currencyCode.- Returns:
- BillingPlanPreview
-
getCurrencyCode
public String getCurrencyCode()
Specifies the ISO currency code for the account..- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
setCurrencyCode.
-
invoice
public BillingPlanPreview invoice(BillingInvoice invoice)
invoice.- Returns:
- BillingPlanPreview
-
getInvoice
public BillingInvoice getInvoice()
.- Returns:
- invoice
-
setInvoice
public void setInvoice(BillingInvoice invoice)
setInvoice.
-
isProrated
public BillingPlanPreview isProrated(String isProrated)
isProrated.- Returns:
- BillingPlanPreview
-
getIsProrated
public String getIsProrated()
.- Returns:
- isProrated
-
setIsProrated
public void setIsProrated(String isProrated)
setIsProrated.
-
subtotalAmount
public BillingPlanPreview subtotalAmount(String subtotalAmount)
subtotalAmount.- Returns:
- BillingPlanPreview
-
getSubtotalAmount
public String getSubtotalAmount()
.- Returns:
- subtotalAmount
-
setSubtotalAmount
public void setSubtotalAmount(String subtotalAmount)
setSubtotalAmount.
-
taxAmount
public BillingPlanPreview taxAmount(String taxAmount)
taxAmount.- Returns:
- BillingPlanPreview
-
getTaxAmount
public String getTaxAmount()
.- Returns:
- taxAmount
-
setTaxAmount
public void setTaxAmount(String taxAmount)
setTaxAmount.
-
totalAmount
public BillingPlanPreview totalAmount(String totalAmount)
totalAmount.- Returns:
- BillingPlanPreview
-
getTotalAmount
public String getTotalAmount()
.- Returns:
- totalAmount
-
setTotalAmount
public void setTotalAmount(String totalAmount)
setTotalAmount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-