Package com.avoka.tm.vo
Class PaymentLog
java.lang.Object
com.avoka.tm.vo.PaymentLog
Provide a Payment Log value object class.
- Since:
- 19.5.0
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringIndicates that the payment was cancelled while in the payment gatewaystatic final StringIndicates that the payment has been completed successfullystatic final StringIndicates that an error has occurred during paymentstatic final StringIndicates that the payment is pending a result from the payment gateway
- 
Constructor SummaryConstructorsConstructorDescriptionPaymentLog(com.avoka.fc.core.entity.PaymentLog paymentLog) Create a PaymentLog value object with the given parameters.PaymentLog(Map fields) Create a unit testing PaymentLog value object with the given fields.
- 
Method SummaryModifier and TypeMethodDescriptionThe anti fraud code.The ant fraud response.The organization code.The digital order amount.The digital order merchant.The digital order merchant txn ref.The digital order timestamp.The digital order version.The digital response response code.The digital response amount.The digital response batch number.The digital response custom param 1.The digital response custom param 2.The digital response custom param 3.The digital response custom param 4.The digital response custom param 5.The digital response merch txn ref.The digital response message.The digital response receipt number.The digital response tax amount.The digital response timestamp.The digital response transaction no.The digital response txn response code.The digital response txn response message.getId()The payment log id (PK).getOrgId()The organization id (PK).The organization name.The payment log key.The payment service code.The payment status.getTxnId()The transaction id.The user ip address.toString()
- 
Field Details- 
PAYMENT_COMPLETEDIndicates that the payment has been completed successfully- See Also:
 
- 
PAYMENT_ERRORIndicates that an error has occurred during payment- See Also:
 
- 
PAYMENT_CANCELLEDIndicates that the payment was cancelled while in the payment gateway- See Also:
 
- 
PAYMENT_PENDINGIndicates that the payment is pending a result from the payment gateway- See Also:
 
 
- 
- 
Constructor Details- 
PaymentLogpublic PaymentLog()
- 
PaymentLogpublic PaymentLog(com.avoka.fc.core.entity.PaymentLog paymentLog) Create a PaymentLog value object with the given parameters.- Parameters:
- paymentLog-
 
- 
PaymentLogCreate a unit testing PaymentLog value object with the given fields.- Parameters:
- fields- the payment log entity fields (required)
 
 
- 
- 
Method Details- 
toString
- 
getIdThe payment log id (PK).
- 
getAntiFraudCodeThe anti fraud code.
- 
getAntiFraudResponseThe ant fraud response.
- 
getClientCodeThe organization code.
- 
getDoAmountThe digital order amount.
- 
getDoMerchantThe digital order merchant.
- 
getDoMerchTxnRefThe digital order merchant txn ref.
- 
getDoTimestampThe digital order timestamp.
- 
getDoVersionThe digital order version.
- 
getDrAcqResponseCodeThe digital response response code.
- 
getDrAmountThe digital response amount.
- 
getDrBatchNoThe digital response batch number.
- 
getDrCustomParam1The digital response custom param 1.
- 
getDrCustomParam2The digital response custom param 2.
- 
getDrCustomParam3The digital response custom param 3.
- 
getDrCustomParam4The digital response custom param 4.
- 
getDrCustomParam5The digital response custom param 5.
- 
getDrMerchTxnRefThe digital response merch txn ref.
- 
getDrMessageThe digital response message.
- 
getDrReceiptNoThe digital response receipt number.
- 
getDrTaxAmountThe digital response tax amount.
- 
getDrTimestampThe digital response timestamp.
- 
getDrTransactionNoThe digital response transaction no.
- 
getDrTxnResponseCodeThe digital response txn response code.
- 
getDrTxnResponseMsgThe digital response txn response message.
- 
getOrgIdThe organization id (PK).
- 
getOrgNameThe organization name.
- 
getPaymentServiceCodeThe payment service code.
- 
getPaymentLogKeyThe payment log key.
- 
getPaymentStatusThe payment status.
- 
getTxnIdThe transaction id.
- 
getUserIpAddressThe user ip address.
 
-