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