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