| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(BillingInfo billingInfo)
Deprecated.
Replaced by
RecurlyClient.createOrUpdateBillingInfo(String, BillingInfo) Please pass in the account code rather than setting the account on the BillingInfo object |
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(String accountCode,
BillingInfo billingInfo)
Update an account's billing info
|
BillingInfo |
RecurlyClient.fetchBillingInfo(String recurlyToken)
Fetch BillingInfo
|
BillingInfo |
RecurlyClient.getBillingInfo(String accountCode)
Lookup an account's billing info
|
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(BillingInfo billingInfo)
Deprecated.
Replaced by
RecurlyClient.createOrUpdateBillingInfo(String, BillingInfo) Please pass in the account code rather than setting the account on the BillingInfo object |
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(String accountCode,
BillingInfo billingInfo)
Update an account's billing info
|
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
Account.getBillingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setBillingInfo(BillingInfo billingInfo) |
Copyright © 2012-2020. All Rights Reserved.