| 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
|
Account |
RecurlyClient.getAccount(String accountCode)
Get Account
|
Account |
RecurlyClient.reopenAccount(String accountCode)
Reopen Account
|
Account |
RecurlyClient.updateAccount(String accountCode,
Account account)
Update Account
|
| Modifier and Type | Method and Description |
|---|---|
Account |
RecurlyClient.createAccount(Account account)
Create Account
|
Account |
RecurlyClient.updateAccount(String accountCode,
Account account)
Update Account
|
| Modifier and Type | Method and Description |
|---|---|
Account |
TransactionDetails.getAccount() |
Account |
Transaction.getAccount() |
Account |
Subscription.getAccount() |
Account |
Purchase.getAccount() |
Account |
Adjustment.getAccount() |
Account |
Redemption.getAccount() |
Account |
BillingInfo.getAccount()
Account object associated to this BillingInfo
|
Account |
Invoice.getAccount() |
Account |
GiftCard.getGifterAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetails.setAccount(Account account) |
void |
Transaction.setAccount(Account account) |
void |
Subscription.setAccount(Account account) |
void |
Purchase.setAccount(Account account) |
void |
Adjustment.setAccount(Account account) |
void |
Redemption.setAccount(Account account) |
void |
BillingInfo.setAccount(Account account)
Deprecated.
Please do not attach an account to a BillingInfo object. Pass the account code into
RecurlyClient.createOrUpdateBillingInfo(String, BillingInfo) |
void |
Invoice.setAccount(Account account) |
void |
GiftCard.setGifterAccount(Account gifterAccount) |
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-2020. All Rights Reserved.