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