Uses of Class
com.adyen.model.balanceplatform.USLocalAccountIdentification.TypeEnum
-
Packages that use USLocalAccountIdentification.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of USLocalAccountIdentification.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return USLocalAccountIdentification.TypeEnum Modifier and Type Method Description static USLocalAccountIdentification.TypeEnumUSLocalAccountIdentification.TypeEnum. fromValue(String value)USLocalAccountIdentification.TypeEnumUSLocalAccountIdentification. getType()**usLocal**static USLocalAccountIdentification.TypeEnumUSLocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static USLocalAccountIdentification.TypeEnum[]USLocalAccountIdentification.TypeEnum. 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.TypeEnum Modifier and Type Method Description voidUSLocalAccountIdentification. setType(USLocalAccountIdentification.TypeEnum type)**usLocal**USLocalAccountIdentificationUSLocalAccountIdentification. type(USLocalAccountIdentification.TypeEnum type)**usLocal**
-