| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model | |
| com.ning.billing.recurly.model.push.account |
| Modifier and Type | Method and Description |
|---|---|
Account |
RecurlyClient.createAccount(Account account)
Create Account
Creates a new account.
|
Account |
RecurlyClient.getAccount(String accountCode)
Get Account
Returns information about a single account.
|
Account |
RecurlyClient.updateAccount(String accountCode,
Account account)
Update Account
Updates an existing account.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
RecurlyClient.createAccount(Account account)
Create Account
Creates a new account.
|
Account |
RecurlyClient.updateAccount(String accountCode,
Account account)
Update Account
Updates an existing account.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
TransactionDetails.getAccount() |
Account |
Transaction.getAccount() |
Account |
Subscription.getAccount() |
Account |
Redemption.getAccount() |
Account |
Invoice.getAccount() |
Account |
BillingInfo.getAccount()
Account object associated to this BillingInfo
Note: when fetching a BillingInfo object from Recurly, the account object is not guaranteed to be populated.
|
Account |
Adjustment.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetails.setAccount(Account account) |
void |
Transaction.setAccount(Account account) |
void |
Subscription.setAccount(Account account) |
void |
Redemption.setAccount(Account account) |
void |
Invoice.setAccount(Account account) |
void |
BillingInfo.setAccount(Account account) |
void |
Adjustment.setAccount(Account account) |
void |
Accounts.setRecurlyObject(Account value) |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountNotification.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountNotification.setAccount(Account account) |
Copyright © 2012-2014. All Rights Reserved.