Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPayPalAccount.Type
-
Packages that use HyperwalletPayPalAccount.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPayPalAccount.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPayPalAccount.Type Modifier and Type Method Description HyperwalletPayPalAccount.TypeHyperwalletPayPalAccount. getType()static HyperwalletPayPalAccount.TypeHyperwalletPayPalAccount.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPayPalAccount.Type[]HyperwalletPayPalAccount.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletPayPalAccount.Type Modifier and Type Method Description voidHyperwalletPayPalAccount. setType(HyperwalletPayPalAccount.Type type)HyperwalletPayPalAccountHyperwalletPayPalAccount. type(HyperwalletPayPalAccount.Type type)
-