| Package | Description |
|---|---|
| com.ning.billing.recurly | |
| com.ning.billing.recurly.model |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
RecurlyClient.refundInvoice(String invoiceId,
Integer amountInCents,
RefundMethod method)
Deprecated.
Please use refundInvoice(String, InvoiceRefund)
|
Invoice |
RecurlyClient.refundInvoice(String invoiceId,
List<AdjustmentRefund> lineItems,
RefundMethod method)
Deprecated.
Please use refundInvoice(String, InvoiceRefund)
|
| Modifier and Type | Method and Description |
|---|---|
RefundMethod |
InvoiceRefund.getRefundMethod() |
static RefundMethod |
RefundMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefundMethod[] |
RefundMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceRefund.setRefundMethod(RefundMethod refundMethod) |
Copyright © 2012-2020. All Rights Reserved.