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