Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPayPalAccount
-
Packages that use HyperwalletPayPalAccount Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPayPalAccount in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletPayPalAccount Modifier and Type Method Description HyperwalletPayPalAccountHyperwallet. createPayPalAccount(HyperwalletPayPalAccount payPalAccount)Create PayPal Account RequestHyperwalletPayPalAccountHyperwallet. getPayPalAccount(String userToken, String payPalAccountToken)Get PayPal Account RequestHyperwalletPayPalAccountHyperwallet. updatePayPalAccount(HyperwalletPayPalAccount payPalAccount)Update PayPal AccountMethods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletPayPalAccount Modifier and Type Method Description HyperwalletList<HyperwalletPayPalAccount>Hyperwallet. listPayPalAccounts(String userToken)List PayPal AccountsHyperwalletList<HyperwalletPayPalAccount>Hyperwallet. listPayPalAccounts(String userToken, HyperwalletPayPalAccountListPaginationOptions options)List PayPal AccountsMethods in com.hyperwallet.clientsdk with parameters of type HyperwalletPayPalAccount Modifier and Type Method Description HyperwalletPayPalAccountHyperwallet. createPayPalAccount(HyperwalletPayPalAccount payPalAccount)Create PayPal Account RequestHyperwalletPayPalAccountHyperwallet. updatePayPalAccount(HyperwalletPayPalAccount payPalAccount)Update PayPal Account -
Uses of HyperwalletPayPalAccount in com.hyperwallet.clientsdk.model
-