| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static CompanyParams.TxnNumberFormatEnum |
CompanyParams.TxnNumberFormatEnum.fromValue(String value) |
CompanyParams.TxnNumberFormatEnum |
CompanyParams.getTxnNumberFormat()
仕訳番号形式(not_used: 使用しない、digits: 数字(例:5091824)、alnum: 英数字(例:59J0P))
|
CompanyParams.TxnNumberFormatEnum |
CompanyParams.TxnNumberFormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CompanyParams.TxnNumberFormatEnum |
CompanyParams.TxnNumberFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanyParams.TxnNumberFormatEnum[] |
CompanyParams.TxnNumberFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyParams.setTxnNumberFormat(CompanyParams.TxnNumberFormatEnum txnNumberFormat) |
CompanyParams |
CompanyParams.txnNumberFormat(CompanyParams.TxnNumberFormatEnum txnNumberFormat) |
void |
CompanyParams.TxnNumberFormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CompanyParams.TxnNumberFormatEnum enumeration) |
Copyright © 2020. All rights reserved.