public class PaymentTransactionJson extends JsonBase
| Constructor and Description |
|---|
PaymentTransactionJson(PaymentTransaction transaction,
String paymentExternalKey,
List<AuditLog> transactionLogs) |
PaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
String |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getFirstPaymentReferenceId() |
String |
getGatewayErrorCode() |
String |
getGatewayErrorMsg() |
String |
getPaymentExternalKey() |
String |
getPaymentId() |
List<PluginPropertyJson> |
getProperties() |
String |
getSecondPaymentReferenceId() |
String |
getStatus() |
String |
getTransactionExternalKey() |
String |
getTransactionId() |
String |
getTransactionType() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic PaymentTransactionJson(String transactionId, String transactionExternalKey, String paymentId, String paymentExternalKey, String transactionType, BigDecimal amount, String currency, org.joda.time.DateTime effectiveDate, String status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginPropertyJson> properties, @Nullable List<AuditLogJson> auditLogs)
public PaymentTransactionJson(PaymentTransaction transaction, String paymentExternalKey, @Nullable List<AuditLog> transactionLogs)
public String getTransactionId()
public String getPaymentId()
public String getTransactionExternalKey()
public String getTransactionType()
public org.joda.time.DateTime getEffectiveDate()
public String getStatus()
public BigDecimal getAmount()
public String getCurrency()
public String getGatewayErrorCode()
public String getGatewayErrorMsg()
public String getFirstPaymentReferenceId()
public String getSecondPaymentReferenceId()
public List<PluginPropertyJson> getProperties()
public String getPaymentExternalKey()
Copyright © 2010-2015. All Rights Reserved.