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