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