public class DirectPaymentJson extends JsonBase
| Constructor and Description |
|---|
DirectPaymentJson(DirectPayment dp,
AccountAuditLogs accountAuditLogs) |
DirectPaymentJson(String accountId,
String directPaymentId,
String paymentNumber,
BigDecimal authAmount,
BigDecimal capturedAmount,
BigDecimal refundedAmount,
String currency,
String paymentMethodId,
List<DirectTransactionJson> transactions,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
BigDecimal |
getAuthAmount() |
BigDecimal |
getCapturedAmount() |
String |
getCurrency() |
String |
getDirectPaymentId() |
String |
getPaymentMethodId() |
String |
getPaymentNumber() |
BigDecimal |
getRefundedAmount() |
List<DirectTransactionJson> |
getTransactions() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toStringpublic DirectPaymentJson(String accountId, String directPaymentId, String paymentNumber, BigDecimal authAmount, BigDecimal capturedAmount, BigDecimal refundedAmount, String currency, String paymentMethodId, List<DirectTransactionJson> transactions, @Nullable List<AuditLogJson> auditLogs)
public DirectPaymentJson(DirectPayment dp, @Nullable AccountAuditLogs accountAuditLogs)
public String getAccountId()
public String getDirectPaymentId()
public String getPaymentNumber()
public BigDecimal getAuthAmount()
public BigDecimal getCapturedAmount()
public BigDecimal getRefundedAmount()
public String getCurrency()
public String getPaymentMethodId()
public List<DirectTransactionJson> getTransactions()
Copyright © 2010-2014. All Rights Reserved.