| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(BillingInfo billingInfo)
Update an account's billing info
When new or updated credit card information is updated, the billing information is only saved if the credit card
is valid.
|
BillingInfo |
RecurlyClient.fetchBillingInfo(String recurlyToken)
Fetch BillingInfo
Returns billing info from a recurly.js token.
|
BillingInfo |
RecurlyClient.getBillingInfo(String accountCode)
Lookup an account's billing info
Returns only the account's current billing information.
|
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
RecurlyClient.createOrUpdateBillingInfo(BillingInfo billingInfo)
Update an account's billing info
When new or updated credit card information is updated, the billing information is only saved if the credit card
is valid.
|
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
Account.getBillingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setBillingInfo(BillingInfo billingInfo) |
Copyright © 2012-2014. All Rights Reserved.