| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model | |
| com.ning.billing.recurly.model.push.invoice |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
RecurlyClient.fetchInvoice(String recurlyToken)
Fetch Invoice
|
Invoice |
RecurlyClient.forceCollectInvoice(String invoiceId)
Force collect an invoice
|
Invoice |
RecurlyClient.forceCollectInvoice(String invoiceId,
String transactionType)
Force collect an invoice
|
Invoice |
RecurlyClient.getInvoice(Integer invoiceId)
Deprecated.
Please switch to using a string for invoice ids
|
Invoice |
RecurlyClient.getInvoice(String invoiceId)
Lookup an invoice given an invoice id
|
Invoice |
RecurlyClient.markInvoiceSuccessful(Integer invoiceId)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
Invoice |
RecurlyClient.markInvoiceSuccessful(String invoiceId)
Mark an invoice as paid successfully - Recurly Enterprise Feature
|
Invoice |
RecurlyClient.refundInvoice(String invoiceId,
Integer amountInCents,
RefundMethod method)
Deprecated.
Please use refundInvoice(String, InvoiceRefund)
|
Invoice |
RecurlyClient.refundInvoice(String invoiceId,
InvoiceRefund refundOptions)
Refund an invoice given some options
Returns the refunded invoice
|
Invoice |
RecurlyClient.refundInvoice(String invoiceId,
List<AdjustmentRefund> lineItems,
RefundMethod method)
Deprecated.
Please use refundInvoice(String, InvoiceRefund)
|
Invoice |
RecurlyClient.updateInvoice(String invoiceId,
Invoice invoice)
Update an invoice
|
Invoice |
RecurlyClient.voidInvoice(String invoiceId)
Void Invoice
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceCollection |
RecurlyClient.postAccountInvoice(String accountCode,
Invoice invoice)
Post an invoice: invoice pending charges on an account
|
Invoice |
RecurlyClient.updateInvoice(String invoiceId,
Invoice invoice)
Update an invoice
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
InvoiceCollection.getChargeInvoice() |
Invoice |
Transaction.getInvoice() |
Invoice |
Subscription.getInvoice() |
Invoice |
Invoice.getOriginalInvoice()
Fetches the original invoice if the href is populated, otherwise return the current original invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceCollection.setChargeInvoice(Invoice chargeInvoice) |
void |
Transaction.setInvoice(Invoice invoice) |
void |
Invoice.setOriginalInvoice(Invoice originalInvoice)
Set this original invoice to the passed in original invoice.
|
void |
Invoices.setRecurlyObject(Invoice value) |
void |
CreditInvoices.setRecurlyObject(Invoice value) |
| Modifier and Type | Class and Description |
|---|---|
class |
PushInvoice |
Copyright © 2012-2020. All Rights Reserved.