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