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