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)static BankIdentificationBankIdentification. fromJson(String jsonString)Create an instance of BankIdentification given an JSON stringBankIdentificationBankIdentification. identification(String identification)BankIdentificationBankIdentification. identificationType(BankIdentification.IdentificationTypeEnum identificationType)Methods in com.adyen.model.balanceplatform that return types with arguments of type BankIdentification Modifier and Type Method Description List<BankIdentification>CounterpartyBankRestriction. getValue()List of counterparty Bank Institutions and the operation.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)List of counterparty Bank Institutions and the operation.CounterpartyBankRestrictionCounterpartyBankRestriction. value(List<BankIdentification> value)
-