| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
InvoiceCollection |
RecurlyClient.authorizePurchase(Purchase purchase)
Purchases authorize endpoint.
|
InvoiceCollection |
RecurlyClient.markInvoiceFailed(Integer invoiceId)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
InvoiceCollection |
RecurlyClient.markInvoiceFailed(String invoiceId)
Mark an invoice as failed collection
|
InvoiceCollection |
RecurlyClient.pendingPurchase(Purchase purchase)
Purchases pending endpoint.
|
InvoiceCollection |
RecurlyClient.postAccountInvoice(String accountCode,
Invoice invoice)
Post an invoice: invoice pending charges on an account
|
InvoiceCollection |
RecurlyClient.previewPurchase(Purchase purchase)
Purchases preview endpoint
|
InvoiceCollection |
RecurlyClient.purchase(Purchase purchase)
Purchases endpoint
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceCollection |
Subscription.getInvoiceCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setInvoiceCollection(InvoiceCollection invoiceCollection) |
Copyright © 2012-2020. All Rights Reserved.