public class Invoice extends RecurlyObject
NIL_STR, NIL_VAL| Constructor and Description |
|---|
Invoice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Account |
getAccount() |
org.joda.time.DateTime |
getCreatedAt() |
String |
getCurrency() |
Integer |
getInvoiceNumber() |
Adjustments |
getLineItems() |
Integer |
getPoNumber() |
String |
getState() |
Integer |
getSubtotalInCents() |
Integer |
getTaxInCents() |
Integer |
getTotalInCents() |
Transactions |
getTransactions() |
String |
getUuid() |
String |
getVatNumber() |
int |
hashCode() |
void |
setAccount(Account account) |
void |
setCreatedAt(Object createdAt) |
void |
setCurrency(Object currency) |
void |
setInvoiceNumber(Object invoiceNumber) |
void |
setLineItems(Adjustments lineItems) |
void |
setPoNumber(Object poNumber) |
void |
setState(Object state) |
void |
setSubtotalInCents(Object subtotalInCents) |
void |
setTaxInCents(Object taxInCents) |
void |
setTotalInCents(Object totalInCents) |
void |
setTransactions(Transactions transactions) |
void |
setUuid(Object uuid) |
void |
setVatNumber(String varNumber) |
String |
toString() |
booleanOrNull, dateTimeOrNull, getHref, integerOrNull, isNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic Invoice()
public Account getAccount()
public void setAccount(Account account)
public Integer getInvoiceNumber()
public void setInvoiceNumber(Object invoiceNumber)
public Integer getPoNumber()
public void setPoNumber(Object poNumber)
public String getVatNumber()
public void setVatNumber(String varNumber)
public Integer getSubtotalInCents()
public void setSubtotalInCents(Object subtotalInCents)
public Integer getTaxInCents()
public void setTaxInCents(Object taxInCents)
public Integer getTotalInCents()
public void setTotalInCents(Object totalInCents)
public String getCurrency()
public void setCurrency(Object currency)
public org.joda.time.DateTime getCreatedAt()
public void setCreatedAt(Object createdAt)
public Adjustments getLineItems()
public void setLineItems(Adjustments lineItems)
public Transactions getTransactions()
public void setTransactions(Transactions transactions)
Copyright © 2012-2014. All Rights Reserved.