Uses of Class
com.adyen.model.legalentitymanagement.CALocalAccountIdentification.TypeEnum
-
Packages that use CALocalAccountIdentification.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of CALocalAccountIdentification.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement 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.legalentitymanagement with parameters of type CALocalAccountIdentification.TypeEnum Modifier and Type Method Description voidCALocalAccountIdentification. setType(CALocalAccountIdentification.TypeEnum type)**caLocal**CALocalAccountIdentificationCALocalAccountIdentification. type(CALocalAccountIdentification.TypeEnum type)
-