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