public class PaymentAttemptJson extends JsonBase
| Constructor and Description |
|---|
PaymentAttemptJson(PaymentAttempt paymentAttempt,
String paymentExternalKey,
List<AuditLog> attemptsLogs) |
PaymentAttemptJson(String accountId,
String paymentMethodId,
String paymentExternalKey,
String transactionId,
String transactionExternalKey,
String transactionType,
org.joda.time.DateTime effectiveDate,
String stateName,
BigDecimal amount,
String currency,
String pluginName,
List<PluginPropertyJson> pluginProperties,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
BigDecimal |
getAmount() |
String |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
String |
getPaymentExternalKey() |
String |
getPaymentMethodId() |
String |
getPluginName() |
List<PluginPropertyJson> |
getPluginProperties() |
String |
getStateName() |
String |
getTransactionExternalKey() |
String |
getTransactionId() |
String |
getTransactionType() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic PaymentAttemptJson(String accountId, String paymentMethodId, String paymentExternalKey, String transactionId, String transactionExternalKey, String transactionType, org.joda.time.DateTime effectiveDate, String stateName, BigDecimal amount, String currency, String pluginName, List<PluginPropertyJson> pluginProperties, @Nullable List<AuditLogJson> auditLogs)
public PaymentAttemptJson(PaymentAttempt paymentAttempt, String paymentExternalKey, @Nullable List<AuditLog> attemptsLogs)
public String getAccountId()
public String getPaymentMethodId()
public String getPaymentExternalKey()
public String getTransactionId()
public String getTransactionExternalKey()
public String getTransactionType()
public org.joda.time.DateTime getEffectiveDate()
public String getStateName()
public BigDecimal getAmount()
public String getCurrency()
public String getPluginName()
public List<PluginPropertyJson> getPluginProperties()
Copyright © 2010-2016. All Rights Reserved.