Type | Name and description |
---|---|
java.lang.String |
accountCode |
java.util.Date |
createdAt |
java.lang.String |
currency |
java.lang.Integer |
invoiceNumber |
java.lang.String |
poNumber |
RecurlyInvoiceState |
state |
java.lang.Integer |
subtotalInCents |
java.lang.Integer |
taxInCents |
java.lang.Integer |
totalInCents |
java.lang.String |
uuid |
java.lang.String |
vatNumber |
Constructor and description |
---|
RecurlyInvoice
() |
Type | Name and description |
---|---|
static RecurlyInvoice |
fetch(java.lang.Integer invoiceNumber) |
static java.util.List |
query(java.util.Map query = [:]) |
static byte[] |
streamPdf(java.lang.Integer invoiceNumber, java.util.Locale locale) |
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class RecurlyRESTResource |
handleResponse |
Groovy Documentation