| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Walletable.TypeEnum |
Walletable.TypeEnum.fromValue(String value) |
Walletable.TypeEnum |
Walletable.getType()
口座区分 (銀行口座: bank_account, クレジットカード: credit_card, 現金: wallet)
|
Walletable.TypeEnum |
Walletable.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Walletable.TypeEnum |
Walletable.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Walletable.TypeEnum[] |
Walletable.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 |
Walletable.setType(Walletable.TypeEnum type) |
Walletable |
Walletable.type(Walletable.TypeEnum type) |
void |
Walletable.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Walletable.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.