public class PaymentJson extends JsonBase
| Constructor and Description |
|---|
PaymentJson(BigDecimal amount,
BigDecimal paidAmount,
String accountId,
String invoiceId,
String paymentId,
String paymentNumber,
String paymentMethodId,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
Integer retryCount,
String currency,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String bundleKeys,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks,
List<AuditLogJson> auditLogs) |
PaymentJson(Payment payment,
List<AuditLog> auditLogs) |
PaymentJson(Payment payment,
String bundleExternalKey,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks) |
PaymentJson(Payment payment,
String bundleExternalKey,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks,
List<AuditLog> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
BigDecimal |
getAmount() |
String |
getBundleKeys() |
List<ChargebackJson> |
getChargebacks() |
String |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getGatewayErrorCode() |
String |
getGatewayErrorMsg() |
String |
getInvoiceId() |
BigDecimal |
getPaidAmount() |
String |
getPaymentId() |
String |
getPaymentMethodId() |
String |
getPaymentNumber() |
List<RefundJson> |
getRefunds() |
org.joda.time.DateTime |
getRequestedDate() |
Integer |
getRetryCount() |
String |
getStatus() |
int |
hashCode() |
String |
toString() |
getAuditLogs, toAuditLogJson, toStringpublic PaymentJson(BigDecimal amount, BigDecimal paidAmount, String accountId, String invoiceId, String paymentId, String paymentNumber, String paymentMethodId, org.joda.time.DateTime requestedDate, org.joda.time.DateTime effectiveDate, Integer retryCount, String currency, String status, String gatewayErrorCode, String gatewayErrorMsg, String bundleKeys, List<RefundJson> refunds, List<ChargebackJson> chargebacks, @Nullable List<AuditLogJson> auditLogs)
public PaymentJson(Payment payment, String bundleExternalKey, List<RefundJson> refunds, List<ChargebackJson> chargebacks)
public PaymentJson(Payment payment, String bundleExternalKey, List<RefundJson> refunds, List<ChargebackJson> chargebacks, @Nullable List<AuditLog> auditLogs)
public String getBundleKeys()
public BigDecimal getPaidAmount()
public BigDecimal getAmount()
public String getAccountId()
public String getInvoiceId()
public String getPaymentId()
public String getPaymentNumber()
public org.joda.time.DateTime getRequestedDate()
public org.joda.time.DateTime getEffectiveDate()
public Integer getRetryCount()
public String getCurrency()
public String getStatus()
public String getGatewayErrorCode()
public String getGatewayErrorMsg()
public String getPaymentMethodId()
public List<RefundJson> getRefunds()
public List<ChargebackJson> getChargebacks()
Copyright © 2010-2014. All Rights Reserved.