public class RefundJson extends JsonBase
| Constructor and Description |
|---|
RefundJson(Refund refund) |
RefundJson(Refund refund,
List<InvoiceItem> adjustments,
List<AuditLog> auditLogs) |
RefundJson(String refundId,
String paymentId,
BigDecimal amount,
String currency,
String status,
Boolean isAdjusted,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsNoIdNoDates(Object obj) |
List<InvoiceItemJson> |
getAdjustments() |
BigDecimal |
getAmount() |
String |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getPaymentId() |
String |
getRefundId() |
org.joda.time.DateTime |
getRequestedDate() |
String |
getStatus() |
int |
hashCode() |
boolean |
isAdjusted() |
String |
toString() |
getAuditLogs, toAuditLogJson, toStringpublic RefundJson(String refundId, String paymentId, BigDecimal amount, String currency, String status, Boolean isAdjusted, org.joda.time.DateTime requestedDate, org.joda.time.DateTime effectiveDate, @Nullable List<InvoiceItemJson> adjustments, @Nullable List<AuditLogJson> auditLogs)
public RefundJson(Refund refund)
public String getRefundId()
public String getPaymentId()
public BigDecimal getAmount()
public String getCurrency()
public boolean isAdjusted()
public org.joda.time.DateTime getRequestedDate()
public org.joda.time.DateTime getEffectiveDate()
public List<InvoiceItemJson> getAdjustments()
public String getStatus()
public boolean equalsNoIdNoDates(Object obj)
Copyright © 2010-2014. All Rights Reserved.