public class InvoicePaymentTransactionJson extends PaymentTransactionJson
| Constructor and Description |
|---|
InvoicePaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
BigDecimal processedAmount,
String processedCurrency,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
Boolean isAdjusted,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<InvoiceItemJson> |
getAdjustments() |
int |
hashCode() |
Boolean |
isAdjusted() |
getAmount, getCurrency, getEffectiveDate, getFirstPaymentReferenceId, getGatewayErrorCode, getGatewayErrorMsg, getPaymentExternalKey, getPaymentId, getProcessedAmount, getProcessedCurrency, getProperties, getSecondPaymentReferenceId, getStatus, getTransactionExternalKey, getTransactionId, getTransactionType, toStringgetAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic InvoicePaymentTransactionJson(String transactionId, String transactionExternalKey, String paymentId, String paymentExternalKey, String transactionType, BigDecimal amount, String currency, org.joda.time.DateTime effectiveDate, BigDecimal processedAmount, String processedCurrency, String status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginPropertyJson> properties, Boolean isAdjusted, List<InvoiceItemJson> adjustments, @Nullable List<AuditLogJson> auditLogs)
public Boolean isAdjusted()
public List<InvoiceItemJson> getAdjustments()
public boolean equals(Object o)
equals in class PaymentTransactionJsonpublic int hashCode()
hashCode in class PaymentTransactionJsonCopyright © 2010-2016. All Rights Reserved.