Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferListOptions
-
Packages that use HyperwalletTransferListOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferListOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletTransferListOptions Modifier and Type Method Description HyperwalletList<HyperwalletTransfer>Hyperwallet. listTransfers(HyperwalletTransferListOptions options)List Transfer Requests -
Uses of HyperwalletTransferListOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferListOptions Modifier and Type Method Description HyperwalletTransferListOptionsHyperwalletTransferListOptions. clientTransferId(String clientTransferId)HyperwalletTransferListOptionsHyperwalletTransferListOptions. destinationToken(String destinationToken)HyperwalletTransferListOptionsHyperwalletTransferListOptions. sourceToken(String sourceToken)
-