Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPaymentListOptions
-
Packages that use HyperwalletPaymentListOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPaymentListOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletPaymentListOptions Modifier and Type Method Description HyperwalletList<HyperwalletPayment>Hyperwallet. listPayments(HyperwalletPaymentListOptions options)List all Payments -
Uses of HyperwalletPaymentListOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPaymentListOptions Modifier and Type Method Description HyperwalletPaymentListOptionsHyperwalletPaymentListOptions. clientPaymentId(String clientPaymentId)HyperwalletPaymentListOptionsHyperwalletPaymentListOptions. releaseDate(Date releaseDate)
-