Uses of Class
com.adyen.model.transfers.SELocalAccountIdentification.TypeEnum
-
Packages that use SELocalAccountIdentification.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of SELocalAccountIdentification.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type SELocalAccountIdentification.TypeEnum Modifier and Type Method Description voidSELocalAccountIdentification. setType(SELocalAccountIdentification.TypeEnum type)**seLocal**SELocalAccountIdentificationSELocalAccountIdentification. type(SELocalAccountIdentification.TypeEnum type)
-