public interface IpnHistoryIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminPaymentClass()
The class that can be used to make further transactions later such as a capture or a credit
|
java.lang.String |
getCustom1() |
java.math.BigDecimal |
getCustom1Dec() |
java.lang.String |
getCustom2() |
java.math.BigDecimal |
getCustom2Dec() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
int |
getCustomerId() |
java.util.Calendar |
getDateAdded() |
java.lang.String |
getGatewayCaptureId()
The id that may be used to perform a capture operation
|
java.lang.String |
getGatewayCreditId()
The id that may be used to refund a customer
|
java.lang.String |
getGatewayFullResponse()
The full response received by the payment gateway.
|
java.lang.String |
getGatewayResult()
The result string returned by the payment gateway (i.e.
|
java.lang.String |
getGatewayTransactionId()
The transaction id returned by the payment gateway
|
int |
getId()
Id
|
java.lang.String |
getKonakartResultDescription()
A description of the KonaKart result.
|
int |
getKonakartResultId()
A KonaKart result.
|
java.lang.String |
getModuleCode()
The code of the payment module (i.e.
|
int |
getOrderId()
The order id for the payment
|
int |
getSubscriptionId()
The id of the subscription object if this payment is part of a recurring billing scenario
|
java.math.BigDecimal |
getTxAmount()
The amount of the transaction.
|
java.lang.String |
getTxType()
The type of transaction.
|
void |
setAdminPaymentClass(java.lang.String adminPaymentClass)
The class that can be used to make further transactions later such as a capture or a credit
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1Dec(java.math.BigDecimal custom1Dec) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Dec(java.math.BigDecimal custom2Dec) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustomerId(int customerId) |
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setGatewayCaptureId(java.lang.String gatewayCaptureId)
The id that may be used to perform a capture operation
|
void |
setGatewayCreditId(java.lang.String gatewayCreditId)
The id that may be used to refund a customer
|
void |
setGatewayFullResponse(java.lang.String gatewayFullResponse)
The full response received by the payment gateway.
|
void |
setGatewayResult(java.lang.String gatewayResult)
The result string returned by the payment gateway (i.e.
|
void |
setGatewayTransactionId(java.lang.String gatewayTransactionId)
The transaction id returned by the payment gateway
|
void |
setId(int id)
Id
|
void |
setKonakartResultDescription(java.lang.String konakartResultDescription)
A description of the KonaKart result.
|
void |
setKonakartResultId(int konakartResultId)
A KonaKart result.
|
void |
setModuleCode(java.lang.String moduleCode)
The code of the payment module (i.e.
|
void |
setOrderId(int orderId)
The order id for the payment
|
void |
setSubscriptionId(int subscriptionId)
The id of the subscription object if this payment is part of a recurring billing scenario
|
void |
setTxAmount(java.math.BigDecimal txAmount)
The amount of the transaction.
|
void |
setTxType(java.lang.String txType)
The type of transaction.
|
java.lang.String getGatewayFullResponse()
paramName1=paramValue1¶mName2=paramValue2& etc.
void setGatewayFullResponse(java.lang.String gatewayFullResponse)
paramName1=paramValue1¶mName2=paramValue2& etc.
gatewayFullResponse
- the gatewayFullResponsejava.lang.String getGatewayResult()
void setGatewayResult(java.lang.String gatewayResult)
gatewayResult
- the gatewayResultjava.lang.String getGatewayTransactionId()
void setGatewayTransactionId(java.lang.String gatewayTransactionId)
gatewayTransactionId
- the gatewayTransactionIdjava.lang.String getGatewayCaptureId()
void setGatewayCaptureId(java.lang.String gatewayCaptureId)
gatewayCaptureId
- the gatewayCaptureId to setjava.lang.String getGatewayCreditId()
void setGatewayCreditId(java.lang.String gatewayCreditId)
gatewayCreditId
- the gatewayCreditId to setint getId()
void setId(int id)
id
- the idjava.lang.String getKonakartResultDescription()
void setKonakartResultDescription(java.lang.String konakartResultDescription)
konakartResultDescription
- the konakartResultDescriptionint getKonakartResultId()
void setKonakartResultId(int konakartResultId)
konakartResultId
- the konakartResultIdjava.lang.String getModuleCode()
void setModuleCode(java.lang.String moduleCode)
moduleCode
- the moduleCodeint getOrderId()
void setOrderId(int orderId)
orderId
- the orderIdjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- The dateAdded to set.int getCustomerId()
void setCustomerId(int customerId)
customerId
- The customerId to set.int getSubscriptionId()
void setSubscriptionId(int subscriptionId)
subscriptionId
- the subscriptionId to setjava.math.BigDecimal getTxAmount()
void setTxAmount(java.math.BigDecimal txAmount)
txAmount
- the txAmount to setjava.lang.String getTxType()
java.lang.String getAdminPaymentClass()
void setAdminPaymentClass(java.lang.String adminPaymentClass)
adminPaymentClass
- the adminPaymentClass to setvoid setTxType(java.lang.String txType)
txType
- the txType to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setjava.math.BigDecimal getCustom1Dec()
void setCustom1Dec(java.math.BigDecimal custom1Dec)
custom1Dec
- the custom1Dec to setjava.math.BigDecimal getCustom2Dec()
void setCustom2Dec(java.math.BigDecimal custom2Dec)
custom2Dec
- the custom2Dec to setCopyright © 2018 DS Data Systems UK Ltd.