Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletVenmoAccountListPaginationOptions
-
Packages that use HyperwalletVenmoAccountListPaginationOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletVenmoAccountListPaginationOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletVenmoAccountListPaginationOptions Modifier and Type Method Description HyperwalletList<HyperwalletVenmoAccount>Hyperwallet. listVenmoAccounts(String userToken, HyperwalletVenmoAccountListPaginationOptions options)List Venmo Accounts -
Uses of HyperwalletVenmoAccountListPaginationOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletVenmoAccountListPaginationOptions Modifier and Type Method Description HyperwalletVenmoAccountListPaginationOptionsHyperwalletVenmoAccountListPaginationOptions. status(HyperwalletVenmoAccount.Status status)HyperwalletVenmoAccountListPaginationOptionsHyperwalletVenmoAccountListPaginationOptions. type(HyperwalletVenmoAccount.Type type)
-