| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
Bank |
BankResponse.getBank()
Get bank
|
Bank |
Bank.id(Integer id) |
Bank |
Bank.name(String name) |
Bank |
Bank.nameKana(String nameKana) |
Bank |
Bank.type(Bank.TypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
List<Bank> |
InlineResponse200.getBanks()
Get banks
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
InlineResponse200.addBanksItem(Bank banksItem) |
BankResponse |
BankResponse.bank(Bank bank) |
void |
BankResponse.setBank(Bank bank) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
InlineResponse200.banks(List<Bank> banks) |
void |
InlineResponse200.setBanks(List<Bank> banks) |
Copyright © 2022. All rights reserved.