Uses of Class
com.avoka.tm.vo.PaymentLog
-
Packages that use PaymentLog Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of PaymentLog in com.avoka.tm.query
Methods in com.avoka.tm.query that return PaymentLog Modifier and Type Method Description PaymentLog
PaymentLogQuery. firstValue()
Execute the query and return the first payment log value object for the query.Methods in com.avoka.tm.query that return types with arguments of type PaymentLog Modifier and Type Method Description List<PaymentLog>
PaymentLogQuery. listValues()
Execute the transaction query and return a list of PaymentLog value objects.
-