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