Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletVenmoAccount
-
Packages that use HyperwalletVenmoAccount Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletVenmoAccount in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletVenmoAccount Modifier and Type Method Description HyperwalletVenmoAccountHyperwallet. createVenmoAccount(HyperwalletVenmoAccount venmoAccount)Create Venmo AccountHyperwalletVenmoAccountHyperwallet. getVenmoAccount(String userToken, String venmoAccountToken)Get Venmo AccountHyperwalletVenmoAccountHyperwallet. updateVenmoAccount(HyperwalletVenmoAccount venmoAccount)Update Venmo AccountMethods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletVenmoAccount Modifier and Type Method Description HyperwalletList<HyperwalletVenmoAccount>Hyperwallet. listVenmoAccounts(String userToken)List Venmo AccountsHyperwalletList<HyperwalletVenmoAccount>Hyperwallet. listVenmoAccounts(String userToken, HyperwalletVenmoAccountListPaginationOptions options)List Venmo AccountsMethods in com.hyperwallet.clientsdk with parameters of type HyperwalletVenmoAccount Modifier and Type Method Description HyperwalletVenmoAccountHyperwallet. createVenmoAccount(HyperwalletVenmoAccount venmoAccount)Create Venmo AccountHyperwalletVenmoAccountHyperwallet. updateVenmoAccount(HyperwalletVenmoAccount venmoAccount)Update Venmo Account -
Uses of HyperwalletVenmoAccount in com.hyperwallet.clientsdk.model
-