public class CompanyUpdateResponseCompanyFiscalYears extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNTING_PERIOD |
static String |
SERIALIZED_NAME_DEPRECIATION_RECORD_METHOD |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_INDIRECT_WRITE_OFF_METHOD |
static String |
SERIALIZED_NAME_INDIRECT_WRITE_OFF_METHOD_TYPE |
static String |
SERIALIZED_NAME_RETURN_CODE |
static String |
SERIALIZED_NAME_SALES_TAX_BUSINESS_CODE |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_TAX_ACCOUNT_METHOD |
static String |
SERIALIZED_NAME_TAX_FRACTION |
static String |
SERIALIZED_NAME_TAX_METHOD |
static String |
SERIALIZED_NAME_USE_INDUSTRY_TEMPLATE |
| Constructor and Description |
|---|
CompanyUpdateResponseCompanyFiscalYears() |
public static final String SERIALIZED_NAME_ACCOUNTING_PERIOD
public static final String SERIALIZED_NAME_DEPRECIATION_RECORD_METHOD
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_INDIRECT_WRITE_OFF_METHOD
public static final String SERIALIZED_NAME_INDIRECT_WRITE_OFF_METHOD_TYPE
public static final String SERIALIZED_NAME_RETURN_CODE
public static final String SERIALIZED_NAME_SALES_TAX_BUSINESS_CODE
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_TAX_ACCOUNT_METHOD
public static final String SERIALIZED_NAME_TAX_FRACTION
public static final String SERIALIZED_NAME_TAX_METHOD
public static final String SERIALIZED_NAME_USE_INDUSTRY_TEMPLATE
public CompanyUpdateResponseCompanyFiscalYears()
public CompanyUpdateResponseCompanyFiscalYears accountingPeriod(Integer accountingPeriod)
public void setAccountingPeriod(Integer accountingPeriod)
public CompanyUpdateResponseCompanyFiscalYears depreciationRecordMethod(Integer depreciationRecordMethod)
public Integer getDepreciationRecordMethod()
public void setDepreciationRecordMethod(Integer depreciationRecordMethod)
public CompanyUpdateResponseCompanyFiscalYears endDate(String endDate)
public void setEndDate(String endDate)
public CompanyUpdateResponseCompanyFiscalYears indirectWriteOffMethod(Boolean indirectWriteOffMethod)
public Boolean getIndirectWriteOffMethod()
public void setIndirectWriteOffMethod(Boolean indirectWriteOffMethod)
public CompanyUpdateResponseCompanyFiscalYears indirectWriteOffMethodType(Boolean indirectWriteOffMethodType)
public Boolean getIndirectWriteOffMethodType()
public void setIndirectWriteOffMethodType(Boolean indirectWriteOffMethodType)
public CompanyUpdateResponseCompanyFiscalYears returnCode(Integer returnCode)
public Integer getReturnCode()
public void setReturnCode(Integer returnCode)
public CompanyUpdateResponseCompanyFiscalYears salesTaxBusinessCode(Integer salesTaxBusinessCode)
public Integer getSalesTaxBusinessCode()
public void setSalesTaxBusinessCode(Integer salesTaxBusinessCode)
public CompanyUpdateResponseCompanyFiscalYears startDate(String startDate)
public void setStartDate(String startDate)
public CompanyUpdateResponseCompanyFiscalYears taxAccountMethod(Integer taxAccountMethod)
public Integer getTaxAccountMethod()
public void setTaxAccountMethod(Integer taxAccountMethod)
public CompanyUpdateResponseCompanyFiscalYears taxFraction(Integer taxFraction)
public Integer getTaxFraction()
public void setTaxFraction(Integer taxFraction)
public CompanyUpdateResponseCompanyFiscalYears taxMethod(Integer taxMethod)
public Integer getTaxMethod()
public void setTaxMethod(Integer taxMethod)
public CompanyUpdateResponseCompanyFiscalYears useIndustryTemplate(Boolean useIndustryTemplate)
public Boolean getUseIndustryTemplate()
public void setUseIndustryTemplate(Boolean useIndustryTemplate)
Copyright © 2020. All rights reserved.