| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Invoice.TaxEntryMethodEnum |
Invoice.TaxEntryMethodEnum.fromValue(String value) |
Invoice.TaxEntryMethodEnum |
Invoice.getTaxEntryMethod()
請求書の消費税計算方法(inclusive: 内税, exclusive: 外税)
|
Invoice.TaxEntryMethodEnum |
Invoice.TaxEntryMethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Invoice.TaxEntryMethodEnum |
Invoice.TaxEntryMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.TaxEntryMethodEnum[] |
Invoice.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 |
Invoice.setTaxEntryMethod(Invoice.TaxEntryMethodEnum taxEntryMethod) |
Invoice |
Invoice.taxEntryMethod(Invoice.TaxEntryMethodEnum taxEntryMethod) |
void |
Invoice.TaxEntryMethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Invoice.TaxEntryMethodEnum enumeration) |
Copyright © 2020. All rights reserved.