public class InvoiceRefund extends RecurlyObject
NIL_STR, NIL_VAL| Constructor and Description |
|---|
InvoiceRefund() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAmountInCents() |
String |
getCreditCustomerNotes() |
String |
getDescription() |
Boolean |
getExternalRefund() |
List<AdjustmentRefund> |
getLineItems() |
String |
getPaymentMethod() |
org.joda.time.DateTime |
getRefundedAt() |
RefundMethod |
getRefundMethod() |
int |
hashCode() |
void |
setAmountInCents(Object amountInCents) |
void |
setCreditCustomerNotes(Object creditCustomerNotes) |
void |
setDescription(Object description) |
void |
setExternalRefund(Object externalRefund) |
void |
setLineItems(List<AdjustmentRefund> lineItems) |
void |
setPaymentMethod(Object paymentMethod) |
void |
setRefundedAt(Object refundedAt) |
void |
setRefundMethod(RefundMethod refundMethod) |
String |
toString() |
bigDecimalOrNull, booleanOrNull, dateTimeOrNull, enumOrNull, enumOrNull, getHref, integerOrNull, isNull, longOrNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic InvoiceRefund()
public void setRefundMethod(RefundMethod refundMethod)
public RefundMethod getRefundMethod()
public void setAmountInCents(Object amountInCents)
public Integer getAmountInCents()
public void setLineItems(List<AdjustmentRefund> lineItems)
public List<AdjustmentRefund> getLineItems()
public String getCreditCustomerNotes()
public void setCreditCustomerNotes(Object creditCustomerNotes)
public void setExternalRefund(Object externalRefund)
public Boolean getExternalRefund()
public void setPaymentMethod(Object paymentMethod)
public String getPaymentMethod()
public void setDescription(Object description)
public String getDescription()
public void setRefundedAt(Object refundedAt)
public org.joda.time.DateTime getRefundedAt()
public boolean equals(Object o)
equals in class RecurlyObjectCopyright © 2012-2020. All Rights Reserved.