| Package | Description |
|---|---|
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
Collection<BankAccount> |
MerchantProfileResponse.getBankAccounts()
Gets bank accounts for split bank account merchants.
|
Collection<BankAccount> |
MerchantProfile.getBankAccounts()
Gets bank accounts for split bank account merchants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MerchantProfileResponse.addBankAccount(BankAccount value)
Adds a bank accounts for split bank account merchants.
|
void |
MerchantProfile.addBankAccount(BankAccount value)
Adds a bank accounts for split bank account merchants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MerchantProfileResponse.setBankAccounts(Collection<BankAccount> value)
Sets bank accounts for split bank account merchants.
|
void |
MerchantProfile.setBankAccounts(Collection<BankAccount> value)
Sets bank accounts for split bank account merchants.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.