public class BillingPlanPreview extends Object
| Constructor and Description |
|---|
BillingPlanPreview() |
| Modifier and Type | Method and Description |
|---|---|
BillingPlanPreview |
currencyCode(String currencyCode) |
boolean |
equals(Object o) |
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
BillingInvoice |
getInvoice()
Get invoice
|
String |
getIsProrated() |
String |
getSubtotalAmount() |
String |
getTaxAmount() |
String |
getTotalAmount() |
int |
hashCode() |
BillingPlanPreview |
invoice(BillingInvoice invoice) |
BillingPlanPreview |
isProrated(String isProrated) |
void |
setCurrencyCode(String currencyCode) |
void |
setInvoice(BillingInvoice invoice) |
void |
setIsProrated(String isProrated) |
void |
setSubtotalAmount(String subtotalAmount) |
void |
setTaxAmount(String taxAmount) |
void |
setTotalAmount(String totalAmount) |
BillingPlanPreview |
subtotalAmount(String subtotalAmount) |
BillingPlanPreview |
taxAmount(String taxAmount) |
String |
toString() |
BillingPlanPreview |
totalAmount(String totalAmount) |
public BillingPlanPreview currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public BillingPlanPreview invoice(BillingInvoice invoice)
public BillingInvoice getInvoice()
public void setInvoice(BillingInvoice invoice)
public BillingPlanPreview isProrated(String isProrated)
public String getIsProrated()
public void setIsProrated(String isProrated)
public BillingPlanPreview subtotalAmount(String subtotalAmount)
public String getSubtotalAmount()
public void setSubtotalAmount(String subtotalAmount)
public BillingPlanPreview taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public BillingPlanPreview totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
Copyright © 2018. All rights reserved.