| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
Invoices |
RecurlyClient.getAccountInvoices(String accountCode)
Lookup an account's invoices
|
Invoices |
RecurlyClient.getAccountInvoices(String accountCode,
InvoiceState state,
QueryParams params)
Lookup an account's invoices given query params
|
Invoices |
RecurlyClient.getInvoices()
Lookup all invoices
|
Invoices |
RecurlyClient.getInvoices(QueryParams params)
Return all the invoices given query params
|
Invoices |
RecurlyClient.getOriginalInvoices(String invoiceId)
Lookup an invoice's original invoices (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
Account.getInvoices() |
Invoices |
Invoices.getNext() |
Invoices |
Invoices.getStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setInvoices(Invoices invoices) |
Copyright © 2012-2020. All Rights Reserved.