Uses of Class
com.avoka.tm.query.PaymentLogQuery
-
Uses of PaymentLogQuery in com.avoka.tm.query
Modifier and TypeMethodDescriptionPaymentLogQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.PaymentLogQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.PaymentLogQuery.setBatchNo
(Integer drBatchNo) Set the digital response batch number query parameter.PaymentLogQuery.setClientCode
(String clientCode) Set the client code type query parameter.PaymentLogQuery.setDoAmount
(Integer doAmount) Set the digital order amount in cents query parameter.PaymentLogQuery.setDoTimestamp
(Date doTimestamp) Set the digital order timestamp query parameter.PaymentLogQuery.setDrAmount
(Integer drAmount) Set the digital response amount query parameter.PaymentLogQuery.setDrReceiptNo
(String drReceiptNo) Set the digital response receipt number query parameter.PaymentLogQuery.setDrTimestamp
(Date drTimestamp) Set the digital response timestamp query parameter.PaymentLogQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.Set the payment log id (PK) query parameter.PaymentLogQuery.setMaxDoAmount
(Integer maxDoAmount) Set the max digital order amount in cents query parameter.PaymentLogQuery.setMaxDoTimestamp
(Date maxDoTimestamp) Set the max digital order timestamp query parameter.PaymentLogQuery.setMaxDrTimestamp
(Date maxDrTimestamp) Set the max digital response timestamp query parameter.PaymentLogQuery.setMinDoAmount
(Integer minDoAmount) Set the min digital order amount in cents query parameter.PaymentLogQuery.setMinDoTimestamp
(Date minDoTimestamp) Set the min digital order timestamp query parameter.PaymentLogQuery.setMinDrTimestamp
(Date minDrTimestamp) Set the min digital response timestamp query parameter.PaymentLogQuery.setPaymentLogKey
(String paymentLogKey) Set the payment log key query parameter.PaymentLogQuery.setPaymentServiceCode
(String paymentServiceCode) Set the payment service code query parameter.PaymentLogQuery.setPaymentStatus
(String paymentStatus) Set the payment status query parameter.Set the txn id query parameter.PaymentLogQuery.setTxnReceiptNumber
(String txnReceiptNumber) Set the txn receipt number query parameter.PaymentLogQuery.setTxnTrackingCode
(String txnTrackingCode) Set the txn tracking code query parameter.