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