Uses of Class
com.adyen.model.balanceplatform.USLocalAccountIdentification.AccountTypeEnum
-
Packages that use USLocalAccountIdentification.AccountTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of USLocalAccountIdentification.AccountTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return USLocalAccountIdentification.AccountTypeEnum Modifier and Type Method Description static USLocalAccountIdentification.AccountTypeEnumUSLocalAccountIdentification.AccountTypeEnum. fromValue(String value)USLocalAccountIdentification.AccountTypeEnumUSLocalAccountIdentification. getAccountType()The bank account type.static USLocalAccountIdentification.AccountTypeEnumUSLocalAccountIdentification.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static USLocalAccountIdentification.AccountTypeEnum[]USLocalAccountIdentification.AccountTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type USLocalAccountIdentification.AccountTypeEnum Modifier and Type Method Description USLocalAccountIdentificationUSLocalAccountIdentification. accountType(USLocalAccountIdentification.AccountTypeEnum accountType)The bank account type.voidUSLocalAccountIdentification. setAccountType(USLocalAccountIdentification.AccountTypeEnum accountType)The bank account type.
-