@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPlanPreview extends Object
| Constructor and Description |
|---|
BillingPlanPreview() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
BillingInvoice |
getInvoice() |
String |
getIsProrated() |
String |
getSubtotalAmount() |
String |
getTaxAmount() |
String |
getTotalAmount() |
int |
hashCode() |
void |
setCurrencyCode(String currencyCode) |
void |
setInvoice(BillingInvoice invoice) |
void |
setIsProrated(String isProrated) |
void |
setSubtotalAmount(String subtotalAmount) |
void |
setTaxAmount(String taxAmount) |
void |
setTotalAmount(String totalAmount) |
String |
toString() |
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public BillingInvoice getInvoice()
public void setInvoice(BillingInvoice invoice)
public String getIsProrated()
public void setIsProrated(String isProrated)
public String getSubtotalAmount()
public void setSubtotalAmount(String subtotalAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
Copyright © 2017. All rights reserved.