| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
RecurlyClient.createTransaction(Transaction trans)
Creates a
Transaction through the Recurly API. |
Transaction |
RecurlyClient.enterOfflinePayment(Integer invoiceId,
Transaction payment)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
Transaction |
RecurlyClient.enterOfflinePayment(String invoiceId,
Transaction payment)
Enter an offline payment for a manual invoice (beta) - Recurly Enterprise Feature
|
Transaction |
RecurlyClient.getTransaction(String transactionId)
Lookup a transaction
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
RecurlyClient.createTransaction(Transaction trans)
Creates a
Transaction through the Recurly API. |
Transaction |
RecurlyClient.enterOfflinePayment(Integer invoiceId,
Transaction payment)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
Transaction |
RecurlyClient.enterOfflinePayment(String invoiceId,
Transaction payment)
Enter an offline payment for a manual invoice (beta) - Recurly Enterprise Feature
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Errors.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transactions.setRecurlyObject(Transaction value) |
void |
Errors.setTransaction(Transaction transaction) |
Copyright © 2012-2020. All Rights Reserved.