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