Uses of Class
com.blockchyp.client.dto.BankAccount
Packages that use BankAccount
-
Uses of BankAccount in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type BankAccountModifier and TypeMethodDescriptionMerchantProfile.getBankAccounts()Gets bank accounts for split bank account merchants.MerchantProfileResponse.getBankAccounts()Gets bank accounts for split bank account merchants.Methods in com.blockchyp.client.dto with parameters of type BankAccountModifier and TypeMethodDescriptionvoidMerchantProfile.addBankAccount(BankAccount value) Adds a bank accounts for split bank account merchants.voidMerchantProfileResponse.addBankAccount(BankAccount value) Adds a bank accounts for split bank account merchants.Method parameters in com.blockchyp.client.dto with type arguments of type BankAccountModifier and TypeMethodDescriptionvoidMerchantProfile.setBankAccounts(Collection<BankAccount> value) Sets bank accounts for split bank account merchants.voidMerchantProfileResponse.setBankAccounts(Collection<BankAccount> value) Sets bank accounts for split bank account merchants.