public class ChargebackJson extends JsonBase
| Constructor and Description |
|---|
ChargebackJson(String chargebackId,
String accountId,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
BigDecimal chargebackAmount,
String paymentId,
String currency,
List<AuditLogJson> auditLogs) |
ChargebackJson(UUID accountId,
InvoicePayment chargeback) |
ChargebackJson(UUID accountId,
InvoicePayment chargeback,
List<AuditLog> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
BigDecimal |
getAmount() |
String |
getChargebackId() |
String |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getPaymentId() |
org.joda.time.DateTime |
getRequestedDate() |
int |
hashCode() |
String |
toString() |
getAuditLogs, toAuditLogJson, toStringpublic ChargebackJson(String chargebackId, String accountId, org.joda.time.DateTime requestedDate, org.joda.time.DateTime effectiveDate, BigDecimal chargebackAmount, String paymentId, String currency, @Nullable List<AuditLogJson> auditLogs)
public ChargebackJson(UUID accountId, InvoicePayment chargeback)
public ChargebackJson(UUID accountId, InvoicePayment chargeback, @Nullable List<AuditLog> auditLogs)
public String getChargebackId()
public String getAccountId()
public org.joda.time.DateTime getRequestedDate()
public org.joda.time.DateTime getEffectiveDate()
public BigDecimal getAmount()
public String getCurrency()
public String getPaymentId()
Copyright © 2010-2014. All Rights Reserved.