| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
Redemption |
RecurlyClient.getCouponRedemptionByAccount(String accountCode)
Lookup the first coupon redemption on an account.
|
Redemption |
RecurlyClient.getCouponRedemptionByInvoice(Integer invoiceNumber)
Deprecated.
Prefer using Invoice#getId() as the id param (which is a String)
|
Redemption |
RecurlyClient.getCouponRedemptionByInvoice(String invoiceId)
Lookup the first coupon redemption on an invoice.
|
Redemption |
RecurlyClient.redeemCoupon(String couponCode,
Redemption redemption)
Redeem a
Coupon on an account. |
| Modifier and Type | Method and Description |
|---|---|
Redemption |
RecurlyClient.redeemCoupon(String couponCode,
Redemption redemption)
Redeem a
Coupon on an account. |
| Modifier and Type | Method and Description |
|---|---|
void |
Redemptions.setRecurlyObject(Redemption value) |
Copyright © 2012-2020. All Rights Reserved.