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