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