@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class QuotationResponseQuotation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotationResponseQuotation.QuotationLayoutEnum
見積書レイアウト * `default_classic` - レイアウト1/クラシック (デフォルト) * `standard_classic` - レイアウト2/クラシック * `envelope_classic` - 封筒1/クラシック * `default_modern` - レイアウト1/モダン * `standard_modern` - レイアウト2/モダン * `envelope_modern` - 封筒/モダン
|
static class |
QuotationResponseQuotation.QuotationStatusEnum
見積書ステータス (unsubmitted: 送付待ち, submitted: 送付済み, all: 全て)
|
static class |
QuotationResponseQuotation.TaxEntryMethodEnum
見積書の消費税計算方法(inclusive: 内税, exclusive: 外税)
|
| Constructor and Description |
|---|
QuotationResponseQuotation() |
public static final String SERIALIZED_NAME_COMPANY_ADDRESS1
public static final String SERIALIZED_NAME_COMPANY_ADDRESS2
public static final String SERIALIZED_NAME_COMPANY_CONTACT_INFO
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_COMPANY_NAME
public static final String SERIALIZED_NAME_COMPANY_PREFECTURE_CODE
public static final String SERIALIZED_NAME_COMPANY_PREFECTURE_NAME
public static final String SERIALIZED_NAME_COMPANY_ZIPCODE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ISSUE_DATE
public static final String SERIALIZED_NAME_MAIL_SENT_AT
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_NOTES
public static final String SERIALIZED_NAME_PARTNER_ADDRESS1
public static final String SERIALIZED_NAME_PARTNER_ADDRESS2
public static final String SERIALIZED_NAME_PARTNER_CODE
public static final String SERIALIZED_NAME_PARTNER_CONTACT_INFO
public static final String SERIALIZED_NAME_PARTNER_DISPLAY_NAME
public static final String SERIALIZED_NAME_PARTNER_ID
public static final String SERIALIZED_NAME_PARTNER_NAME
public static final String SERIALIZED_NAME_PARTNER_PREFECTURE_CODE
public static final String SERIALIZED_NAME_PARTNER_PREFECTURE_NAME
public static final String SERIALIZED_NAME_PARTNER_TITLE
public static final String SERIALIZED_NAME_PARTNER_ZIPCODE
public static final String SERIALIZED_NAME_QUOTATION_CONTENTS
public static final String SERIALIZED_NAME_QUOTATION_LAYOUT
public static final String SERIALIZED_NAME_QUOTATION_NUMBER
public static final String SERIALIZED_NAME_QUOTATION_STATUS
public static final String SERIALIZED_NAME_RELATED_INVOICE_ID
public static final String SERIALIZED_NAME_RELATED_QUOTATION_IDS
public static final String SERIALIZED_NAME_SUB_TOTAL
public static final String SERIALIZED_NAME_TAX_ENTRY_METHOD
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TOTAL_AMOUNT
public static final String SERIALIZED_NAME_TOTAL_AMOUNT_PER_VAT_RATE
public static final String SERIALIZED_NAME_TOTAL_VAT
public static final String SERIALIZED_NAME_WEB_CONFIRMED_AT
public static final String SERIALIZED_NAME_WEB_DOWNLOADED_AT
public static final String SERIALIZED_NAME_WEB_PUBLISHED_AT
public QuotationResponseQuotation companyAddress1(String companyAddress1)
public void setCompanyAddress1(String companyAddress1)
public QuotationResponseQuotation companyAddress2(String companyAddress2)
public void setCompanyAddress2(String companyAddress2)
public QuotationResponseQuotation companyContactInfo(String companyContactInfo)
@Nullable public String getCompanyContactInfo()
public void setCompanyContactInfo(String companyContactInfo)
public QuotationResponseQuotation companyId(Integer companyId)
@Nonnull public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public QuotationResponseQuotation companyName(String companyName)
public void setCompanyName(String companyName)
public QuotationResponseQuotation companyPrefectureCode(Integer companyPrefectureCode)
@Nullable public Integer getCompanyPrefectureCode()
public void setCompanyPrefectureCode(Integer companyPrefectureCode)
public QuotationResponseQuotation companyPrefectureName(String companyPrefectureName)
@Nullable public String getCompanyPrefectureName()
public void setCompanyPrefectureName(String companyPrefectureName)
public QuotationResponseQuotation companyZipcode(String companyZipcode)
public void setCompanyZipcode(String companyZipcode)
public QuotationResponseQuotation description(String description)
public void setDescription(String description)
public QuotationResponseQuotation id(Integer id)
public void setId(Integer id)
public QuotationResponseQuotation issueDate(String issueDate)
public void setIssueDate(String issueDate)
public QuotationResponseQuotation mailSentAt(String mailSentAt)
public void setMailSentAt(String mailSentAt)
public QuotationResponseQuotation message(String message)
public void setMessage(String message)
public QuotationResponseQuotation notes(String notes)
public void setNotes(String notes)
public QuotationResponseQuotation partnerAddress1(String partnerAddress1)
public void setPartnerAddress1(String partnerAddress1)
public QuotationResponseQuotation partnerAddress2(String partnerAddress2)
public void setPartnerAddress2(String partnerAddress2)
public QuotationResponseQuotation partnerCode(String partnerCode)
public void setPartnerCode(String partnerCode)
public QuotationResponseQuotation partnerContactInfo(String partnerContactInfo)
@Nullable public String getPartnerContactInfo()
public void setPartnerContactInfo(String partnerContactInfo)
public QuotationResponseQuotation partnerDisplayName(String partnerDisplayName)
@Nullable public String getPartnerDisplayName()
public void setPartnerDisplayName(String partnerDisplayName)
public QuotationResponseQuotation partnerId(Integer partnerId)
public void setPartnerId(Integer partnerId)
public QuotationResponseQuotation partnerName(String partnerName)
public void setPartnerName(String partnerName)
public QuotationResponseQuotation partnerPrefectureCode(Integer partnerPrefectureCode)
@Nullable public Integer getPartnerPrefectureCode()
public void setPartnerPrefectureCode(Integer partnerPrefectureCode)
public QuotationResponseQuotation partnerPrefectureName(String partnerPrefectureName)
@Nullable public String getPartnerPrefectureName()
public void setPartnerPrefectureName(String partnerPrefectureName)
public QuotationResponseQuotation partnerTitle(String partnerTitle)
@Nullable public String getPartnerTitle()
public void setPartnerTitle(String partnerTitle)
public QuotationResponseQuotation partnerZipcode(String partnerZipcode)
public void setPartnerZipcode(String partnerZipcode)
public QuotationResponseQuotation quotationContents(List<QuotationIndexResponseQuotationContents> quotationContents)
public QuotationResponseQuotation addQuotationContentsItem(QuotationIndexResponseQuotationContents quotationContentsItem)
@Nullable public List<QuotationIndexResponseQuotationContents> getQuotationContents()
public void setQuotationContents(List<QuotationIndexResponseQuotationContents> quotationContents)
public QuotationResponseQuotation quotationLayout(QuotationResponseQuotation.QuotationLayoutEnum quotationLayout)
@Nonnull public QuotationResponseQuotation.QuotationLayoutEnum getQuotationLayout()
public void setQuotationLayout(QuotationResponseQuotation.QuotationLayoutEnum quotationLayout)
public QuotationResponseQuotation quotationNumber(String quotationNumber)
public void setQuotationNumber(String quotationNumber)
public QuotationResponseQuotation quotationStatus(QuotationResponseQuotation.QuotationStatusEnum quotationStatus)
@Nonnull public QuotationResponseQuotation.QuotationStatusEnum getQuotationStatus()
public void setQuotationStatus(QuotationResponseQuotation.QuotationStatusEnum quotationStatus)
public QuotationResponseQuotation relatedInvoiceId(Integer relatedInvoiceId)
@Nullable public Integer getRelatedInvoiceId()
public void setRelatedInvoiceId(Integer relatedInvoiceId)
public QuotationResponseQuotation relatedQuotationIds(List<Integer> relatedQuotationIds)
public QuotationResponseQuotation addRelatedQuotationIdsItem(Integer relatedQuotationIdsItem)
@Nullable public List<Integer> getRelatedQuotationIds()
public QuotationResponseQuotation subTotal(Integer subTotal)
public void setSubTotal(Integer subTotal)
public QuotationResponseQuotation taxEntryMethod(QuotationResponseQuotation.TaxEntryMethodEnum taxEntryMethod)
@Nonnull public QuotationResponseQuotation.TaxEntryMethodEnum getTaxEntryMethod()
public void setTaxEntryMethod(QuotationResponseQuotation.TaxEntryMethodEnum taxEntryMethod)
public QuotationResponseQuotation title(String title)
public void setTitle(String title)
public QuotationResponseQuotation totalAmount(Integer totalAmount)
public void setTotalAmount(Integer totalAmount)
public QuotationResponseQuotation totalAmountPerVatRate(InvoiceIndexResponseTotalAmountPerVatRate totalAmountPerVatRate)
@Nonnull public InvoiceIndexResponseTotalAmountPerVatRate getTotalAmountPerVatRate()
public void setTotalAmountPerVatRate(InvoiceIndexResponseTotalAmountPerVatRate totalAmountPerVatRate)
public QuotationResponseQuotation totalVat(Integer totalVat)
public void setTotalVat(Integer totalVat)
public QuotationResponseQuotation webConfirmedAt(String webConfirmedAt)
@Nullable public String getWebConfirmedAt()
public void setWebConfirmedAt(String webConfirmedAt)
public QuotationResponseQuotation webDownloadedAt(String webDownloadedAt)
@Nullable public String getWebDownloadedAt()
public void setWebDownloadedAt(String webDownloadedAt)
public QuotationResponseQuotation webPublishedAt(String webPublishedAt)
public void setWebPublishedAt(String webPublishedAt)
Copyright © 2022. All rights reserved.