|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IpnHistoryIf
IPN stands for Instant Product Notification. It refers to the notification from a payment gateway either from a callback or from a response to a request made to the gateway. It contains the data received from the gateway response.
| Method Summary | |
|---|---|
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 |
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 |
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 |
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. |
| Method Detail |
|---|
java.lang.String getGatewayFullResponse()
void setGatewayFullResponse(java.lang.String gatewayFullResponse)
gatewayFullResponse - java.lang.String getGatewayResult()
void setGatewayResult(java.lang.String gatewayResult)
gatewayResult - java.lang.String getGatewayTransactionId()
void setGatewayTransactionId(java.lang.String gatewayTransactionId)
gatewayTransactionId - int getId()
void setId(int id)
id - java.lang.String getKonakartResultDescription()
void setKonakartResultDescription(java.lang.String konakartResultDescription)
konakartResultDescription - int getKonakartResultId()
void setKonakartResultId(int konakartResultId)
konakartResultId - java.lang.String getModuleCode()
void setModuleCode(java.lang.String moduleCode)
moduleCode - int getOrderId()
void setOrderId(int orderId)
orderId - java.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()
void 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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||