Uses of Class
com.adyen.model.balanceplatform.BankIdentification
-
Packages that use BankIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of BankIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankIdentification Modifier and Type Method Description BankIdentificationBankIdentification. country(String country)Two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.static BankIdentificationBankIdentification. fromJson(String jsonString)Create an instance of BankIdentification given an JSON stringBankIdentificationBankIdentification. identification(String identification)The bank identification code.BankIdentificationBankIdentification. identificationType(BankIdentification.IdentificationTypeEnum identificationType)The type of the identification.Methods in com.adyen.model.balanceplatform that return types with arguments of type BankIdentification Modifier and Type Method Description List<BankIdentification>CounterpartyBankRestriction. getValue()The list of counterparty bank institutions to be evaluated.Methods in com.adyen.model.balanceplatform with parameters of type BankIdentification Modifier and Type Method Description CounterpartyBankRestrictionCounterpartyBankRestriction. addValueItem(BankIdentification valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type BankIdentification Modifier and Type Method Description voidCounterpartyBankRestriction. setValue(List<BankIdentification> value)The list of counterparty bank institutions to be evaluated.CounterpartyBankRestrictionCounterpartyBankRestriction. value(List<BankIdentification> value)The list of counterparty bank institutions to be evaluated.
-