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