Uses of Class
com.adyen.model.balanceplatform.BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum
-
Packages that use BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum Modifier and Type Method Description static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnumBankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum. fromValue(String value)static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnumBankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum[]BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform that return types with arguments of type BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum Modifier and Type Method Description List<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum>BankAccountIdentificationTypeRequirement. getBankAccountIdentificationTypes()List of bank account identification types: eg.; [iban , numberAndBic]Methods in com.adyen.model.balanceplatform with parameters of type BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum Modifier and Type Method Description BankAccountIdentificationTypeRequirementBankAccountIdentificationTypeRequirement. addBankAccountIdentificationTypesItem(BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum bankAccountIdentificationTypesItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum Modifier and Type Method Description BankAccountIdentificationTypeRequirementBankAccountIdentificationTypeRequirement. bankAccountIdentificationTypes(List<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum> bankAccountIdentificationTypes)voidBankAccountIdentificationTypeRequirement. setBankAccountIdentificationTypes(List<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum> bankAccountIdentificationTypes)List of bank account identification types: eg.; [iban , numberAndBic]
-