public class InvoicePaymentTransactionJson extends PaymentTransactionJson
| Constructor and Description |
|---|
InvoicePaymentTransactionJson(java.util.UUID transactionId,
java.lang.String transactionExternalKey,
java.util.UUID paymentId,
java.lang.String paymentExternalKey,
TransactionType transactionType,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.math.BigDecimal processedAmount,
Currency processedCurrency,
java.lang.String status,
java.lang.String gatewayErrorCode,
java.lang.String gatewayErrorMsg,
java.lang.String firstPaymentReferenceId,
java.lang.String secondPaymentReferenceId,
java.util.List<PluginPropertyJson> properties,
java.lang.Boolean isAdjusted,
java.util.List<InvoiceItemJson> adjustments,
java.util.List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<InvoiceItemJson> |
getAdjustments() |
int |
hashCode() |
java.lang.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(java.util.UUID transactionId,
java.lang.String transactionExternalKey,
java.util.UUID paymentId,
java.lang.String paymentExternalKey,
TransactionType transactionType,
java.math.BigDecimal amount,
Currency currency,
org.joda.time.DateTime effectiveDate,
java.math.BigDecimal processedAmount,
Currency processedCurrency,
java.lang.String status,
java.lang.String gatewayErrorCode,
java.lang.String gatewayErrorMsg,
java.lang.String firstPaymentReferenceId,
java.lang.String secondPaymentReferenceId,
java.util.List<PluginPropertyJson> properties,
java.lang.Boolean isAdjusted,
java.util.List<InvoiceItemJson> adjustments,
@Nullable
java.util.List<AuditLogJson> auditLogs)
public java.lang.Boolean isAdjusted()
public java.util.List<InvoiceItemJson> getAdjustments()
public boolean equals(java.lang.Object o)
equals in class PaymentTransactionJsonpublic int hashCode()
hashCode in class PaymentTransactionJsonCopyright © 2010-2018. All Rights Reserved.