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