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