| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Quotation.TaxEntryMethodEnum |
Quotation.TaxEntryMethodEnum.fromValue(String value) |
Quotation.TaxEntryMethodEnum |
Quotation.getTaxEntryMethod()
見積書の消費税計算方法(inclusive: 内税, exclusive: 外税)
|
Quotation.TaxEntryMethodEnum |
Quotation.TaxEntryMethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Quotation.TaxEntryMethodEnum |
Quotation.TaxEntryMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quotation.TaxEntryMethodEnum[] |
Quotation.TaxEntryMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Quotation.setTaxEntryMethod(Quotation.TaxEntryMethodEnum taxEntryMethod) |
Quotation |
Quotation.taxEntryMethod(Quotation.TaxEntryMethodEnum taxEntryMethod) |
void |
Quotation.TaxEntryMethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Quotation.TaxEntryMethodEnum enumeration) |
Copyright © 2020. All rights reserved.