Uses of Class
com.adyen.model.balanceplatform.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccount Modifier and Type Method Description BankAccountBankAccount. accountIdentification(BankAccountAccountIdentification accountIdentification)accountIdentificationstatic BankAccountBankAccount. fromJson(String jsonString)Create an instance of BankAccount given an JSON stringBankAccountCounterparty. getBankAccount()Get bankAccountBankAccountBankAccount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.balanceplatform with parameters of type BankAccount Modifier and Type Method Description CounterpartyCounterparty. bankAccount(BankAccount bankAccount)bankAccountvoidCounterparty. setBankAccount(BankAccount bankAccount)bankAccount
-