@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InvoiceCreateParamsInvoiceContents extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceCreateParamsInvoiceContents.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_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 |
|---|
InvoiceCreateParamsInvoiceContents() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_DESCRIPTION
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 InvoiceCreateParamsInvoiceContents accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public InvoiceCreateParamsInvoiceContents description(String description)
public void setDescription(String description)
public InvoiceCreateParamsInvoiceContents itemId(Integer itemId)
public void setItemId(Integer itemId)
public InvoiceCreateParamsInvoiceContents order(Integer order)
public void setOrder(Integer order)
public InvoiceCreateParamsInvoiceContents qty(BigDecimal qty)
@Nullable public BigDecimal getQty()
public void setQty(BigDecimal qty)
public InvoiceCreateParamsInvoiceContents sectionId(Integer sectionId)
@Nullable public Integer getSectionId()
public void setSectionId(Integer sectionId)
public InvoiceCreateParamsInvoiceContents segment1TagId(Long segment1TagId)
@Nullable public Long getSegment1TagId()
public void setSegment1TagId(Long segment1TagId)
public InvoiceCreateParamsInvoiceContents segment2TagId(Long segment2TagId)
@Nullable public Long getSegment2TagId()
public void setSegment2TagId(Long segment2TagId)
public InvoiceCreateParamsInvoiceContents segment3TagId(Long segment3TagId)
@Nullable public Long getSegment3TagId()
public void setSegment3TagId(Long segment3TagId)
public InvoiceCreateParamsInvoiceContents tagIds(List<Integer> tagIds)
public InvoiceCreateParamsInvoiceContents addTagIdsItem(Integer tagIdsItem)
public InvoiceCreateParamsInvoiceContents taxCode(Integer taxCode)
@Nullable public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public InvoiceCreateParamsInvoiceContents type(InvoiceCreateParamsInvoiceContents.TypeEnum type)
@Nonnull public InvoiceCreateParamsInvoiceContents.TypeEnum getType()
public void setType(InvoiceCreateParamsInvoiceContents.TypeEnum type)
public InvoiceCreateParamsInvoiceContents unit(String unit)
public void setUnit(String unit)
public InvoiceCreateParamsInvoiceContents unitPrice(BigDecimal unitPrice)
@Nullable public BigDecimal getUnitPrice()
public void setUnitPrice(BigDecimal unitPrice)
public InvoiceCreateParamsInvoiceContents vat(Integer vat)
public void setVat(Integer vat)
Copyright © 2022. All rights reserved.