public interface PaymentTransactionInfoPlugin
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmount() |
org.joda.time.DateTime |
getCreatedDate() |
Currency |
getCurrency() |
org.joda.time.DateTime |
getEffectiveDate() |
java.lang.String |
getFirstPaymentReferenceId() |
java.lang.String |
getGatewayError() |
java.lang.String |
getGatewayErrorCode() |
java.util.UUID |
getKbPaymentId() |
java.util.UUID |
getKbTransactionPaymentId() |
java.util.List<PluginProperty> |
getProperties() |
java.lang.String |
getSecondPaymentReferenceId() |
PaymentPluginStatus |
getStatus() |
TransactionType |
getTransactionType()
The payment transaction type
|
java.util.UUID getKbPaymentId()
java.util.UUID getKbTransactionPaymentId()
TransactionType getTransactionType()
java.math.BigDecimal getAmount()
Currency getCurrency()
org.joda.time.DateTime getCreatedDate()
org.joda.time.DateTime getEffectiveDate()
PaymentPluginStatus getStatus()
java.lang.String getGatewayError()
java.lang.String getGatewayErrorCode()
java.lang.String getFirstPaymentReferenceId()
java.lang.String getSecondPaymentReferenceId()
java.util.List<PluginProperty> getProperties()
Copyright © 2010-2019. All Rights Reserved.