| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Bank.TypeEnum |
Bank.TypeEnum.fromValue(String value) |
Bank.TypeEnum |
Bank.getType()
連携サービス種別: (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
Bank.TypeEnum |
Bank.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Bank.TypeEnum |
Bank.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bank.TypeEnum[] |
Bank.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bank.setType(Bank.TypeEnum type) |
Bank |
Bank.type(Bank.TypeEnum type) |
void |
Bank.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Bank.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.