public class InvoiceUpdateParamsInvoiceContents extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceUpdateParamsInvoiceContents.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 |
|---|
InvoiceUpdateParamsInvoiceContents() |
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 InvoiceUpdateParamsInvoiceContents accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public InvoiceUpdateParamsInvoiceContents description(String description)
public void setDescription(String description)
public InvoiceUpdateParamsInvoiceContents id(Integer id)
public void setId(Integer id)
public InvoiceUpdateParamsInvoiceContents itemId(Integer itemId)
public void setItemId(Integer itemId)
public InvoiceUpdateParamsInvoiceContents order(Integer order)
public Integer getOrder()
public void setOrder(Integer order)
public InvoiceUpdateParamsInvoiceContents qty(BigDecimal qty)
@Nullable public BigDecimal getQty()
public void setQty(BigDecimal qty)
public InvoiceUpdateParamsInvoiceContents sectionId(Integer sectionId)
@Nullable public Integer getSectionId()
public void setSectionId(Integer sectionId)
public InvoiceUpdateParamsInvoiceContents segment1TagId(Integer segment1TagId)
@Nullable public Integer getSegment1TagId()
public void setSegment1TagId(Integer segment1TagId)
public InvoiceUpdateParamsInvoiceContents segment2TagId(Integer segment2TagId)
@Nullable public Integer getSegment2TagId()
public void setSegment2TagId(Integer segment2TagId)
public InvoiceUpdateParamsInvoiceContents segment3TagId(Integer segment3TagId)
@Nullable public Integer getSegment3TagId()
public void setSegment3TagId(Integer segment3TagId)
public InvoiceUpdateParamsInvoiceContents tagIds(List<Integer> tagIds)
public InvoiceUpdateParamsInvoiceContents addTagIdsItem(Integer tagIdsItem)
public InvoiceUpdateParamsInvoiceContents taxCode(Integer taxCode)
@Nullable public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public InvoiceUpdateParamsInvoiceContents type(InvoiceUpdateParamsInvoiceContents.TypeEnum type)
public InvoiceUpdateParamsInvoiceContents.TypeEnum getType()
public void setType(InvoiceUpdateParamsInvoiceContents.TypeEnum type)
public InvoiceUpdateParamsInvoiceContents unit(String unit)
public void setUnit(String unit)
public InvoiceUpdateParamsInvoiceContents unitPrice(BigDecimal unitPrice)
@Nullable public BigDecimal getUnitPrice()
public void setUnitPrice(BigDecimal unitPrice)
public InvoiceUpdateParamsInvoiceContents vat(Integer vat)
public void setVat(Integer vat)
Copyright © 2020. All rights reserved.