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