@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class QuotationUpdateParamsQuotationContents extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotationUpdateParamsQuotationContents.TypeEnum
行の種類 <ul> <li>normal、discountを指定する場合、account_item_id,tax_codeとunit_priceが必須となります。</li> <li>normalを指定した場合、qtyが必須となります。</li> </ul>
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_ORDER |
static String |
SERIALIZED_NAME_QTY |
static String |
SERIALIZED_NAME_SECTION_ID |
static String |
SERIALIZED_NAME_SEGMENT1_TAG_ID |
static String |
SERIALIZED_NAME_SEGMENT2_TAG_ID |
static String |
SERIALIZED_NAME_SEGMENT3_TAG_ID |
static String |
SERIALIZED_NAME_TAG_IDS |
static String |
SERIALIZED_NAME_TAX_CODE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_UNIT |
static String |
SERIALIZED_NAME_UNIT_PRICE |
static String |
SERIALIZED_NAME_VAT |
| Constructor and Description |
|---|
QuotationUpdateParamsQuotationContents() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_ORDER
public static final String SERIALIZED_NAME_QTY
public static final String SERIALIZED_NAME_SECTION_ID
public static final String SERIALIZED_NAME_SEGMENT1_TAG_ID
public static final String SERIALIZED_NAME_SEGMENT2_TAG_ID
public static final String SERIALIZED_NAME_SEGMENT3_TAG_ID
public static final String SERIALIZED_NAME_TAG_IDS
public static final String SERIALIZED_NAME_TAX_CODE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_UNIT
public static final String SERIALIZED_NAME_UNIT_PRICE
public static final String SERIALIZED_NAME_VAT
public QuotationUpdateParamsQuotationContents()
public QuotationUpdateParamsQuotationContents accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public QuotationUpdateParamsQuotationContents description(String description)
public void setDescription(String description)
public QuotationUpdateParamsQuotationContents id(Integer id)
public void setId(Integer id)
public QuotationUpdateParamsQuotationContents itemId(Integer itemId)
public void setItemId(Integer itemId)
public QuotationUpdateParamsQuotationContents order(Integer order)
public void setOrder(Integer order)
public QuotationUpdateParamsQuotationContents qty(BigDecimal qty)
@Nullable public BigDecimal getQty()
public void setQty(BigDecimal qty)
public QuotationUpdateParamsQuotationContents sectionId(Integer sectionId)
@Nullable public Integer getSectionId()
public void setSectionId(Integer sectionId)
public QuotationUpdateParamsQuotationContents segment1TagId(Long segment1TagId)
@Nullable public Long getSegment1TagId()
public void setSegment1TagId(Long segment1TagId)
public QuotationUpdateParamsQuotationContents segment2TagId(Long segment2TagId)
@Nullable public Long getSegment2TagId()
public void setSegment2TagId(Long segment2TagId)
public QuotationUpdateParamsQuotationContents segment3TagId(Long segment3TagId)
@Nullable public Long getSegment3TagId()
public void setSegment3TagId(Long segment3TagId)
public QuotationUpdateParamsQuotationContents tagIds(List<Integer> tagIds)
public QuotationUpdateParamsQuotationContents addTagIdsItem(Integer tagIdsItem)
public QuotationUpdateParamsQuotationContents taxCode(Integer taxCode)
@Nullable public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public QuotationUpdateParamsQuotationContents type(QuotationUpdateParamsQuotationContents.TypeEnum type)
@Nonnull public QuotationUpdateParamsQuotationContents.TypeEnum getType()
public void setType(QuotationUpdateParamsQuotationContents.TypeEnum type)
public QuotationUpdateParamsQuotationContents unit(String unit)
public void setUnit(String unit)
public QuotationUpdateParamsQuotationContents unitPrice(BigDecimal unitPrice)
@Nullable public BigDecimal getUnitPrice()
public void setUnitPrice(BigDecimal unitPrice)
public QuotationUpdateParamsQuotationContents vat(Integer vat)
public void setVat(Integer vat)
Copyright © 2022. All rights reserved.