Uses of Class
com.adyen.model.balanceplatform.IbanAccountIdentification.TypeEnum
-
Packages that use IbanAccountIdentification.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of IbanAccountIdentification.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return IbanAccountIdentification.TypeEnum Modifier and Type Method Description static IbanAccountIdentification.TypeEnumIbanAccountIdentification.TypeEnum. fromValue(String value)IbanAccountIdentification.TypeEnumIbanAccountIdentification. getType()**iban**static IbanAccountIdentification.TypeEnumIbanAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IbanAccountIdentification.TypeEnum[]IbanAccountIdentification.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type IbanAccountIdentification.TypeEnum Modifier and Type Method Description voidIbanAccountIdentification. setType(IbanAccountIdentification.TypeEnum type)**iban**IbanAccountIdentificationIbanAccountIdentification. type(IbanAccountIdentification.TypeEnum type)**iban**
-