Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferMethodListOptions
-
Packages that use HyperwalletTransferMethodListOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferMethodListOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletTransferMethodListOptions Modifier and Type Method Description HyperwalletList<HyperwalletTransferMethod>Hyperwallet. listTransferMethods(String userToken, HyperwalletTransferMethodListOptions options)List Transfer Methods -
Uses of HyperwalletTransferMethodListOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferMethodListOptions Modifier and Type Method Description HyperwalletTransferMethodListOptionsHyperwalletTransferMethodListOptions. status(HyperwalletTransferMethod.Status status)HyperwalletTransferMethodListOptionsHyperwalletTransferMethodListOptions. type(HyperwalletTransferMethod.Type type)
-