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