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