Uses of Class
com.adyen.model.capital.USLocalBankAccountType
-
Packages that use USLocalBankAccountType Package Description com.adyen.model.capital -
-
Uses of USLocalBankAccountType in com.adyen.model.capital
Methods in com.adyen.model.capital that return USLocalBankAccountType Modifier and Type Method Description static USLocalBankAccountTypeUSLocalBankAccountType. fromValue(String value)USLocalBankAccountTypeUSLocalAccountIdentification. getAccountType()Get accountTypestatic USLocalBankAccountTypeUSLocalBankAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static USLocalBankAccountType[]USLocalBankAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.capital with parameters of type USLocalBankAccountType Modifier and Type Method Description USLocalAccountIdentificationUSLocalAccountIdentification. accountType(USLocalBankAccountType accountType)accountTypevoidUSLocalAccountIdentification. setAccountType(USLocalBankAccountType accountType)accountType
-