| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceUpdateParamsInvoiceContents.TypeEnum |
InvoiceUpdateParamsInvoiceContents.TypeEnum.fromValue(String value) |
InvoiceUpdateParamsInvoiceContents.TypeEnum |
InvoiceUpdateParamsInvoiceContents.getType()
行の種類 <ul> <li>normal、discountを指定する場合、account_item_id,tax_codeとunit_priceが必須となります。</li> <li>normalを指定した場合、qtyが必須となります。</li> </ul>
|
InvoiceUpdateParamsInvoiceContents.TypeEnum |
InvoiceUpdateParamsInvoiceContents.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceUpdateParamsInvoiceContents.TypeEnum |
InvoiceUpdateParamsInvoiceContents.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceUpdateParamsInvoiceContents.TypeEnum[] |
InvoiceUpdateParamsInvoiceContents.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceUpdateParamsInvoiceContents.setType(InvoiceUpdateParamsInvoiceContents.TypeEnum type) |
InvoiceUpdateParamsInvoiceContents |
InvoiceUpdateParamsInvoiceContents.type(InvoiceUpdateParamsInvoiceContents.TypeEnum type) |
void |
InvoiceUpdateParamsInvoiceContents.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceUpdateParamsInvoiceContents.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.