@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class FiscalYears extends Object
| Modifier and Type | Field and Description |
|---|---|
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_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 |
|---|
FiscalYears() |
| Modifier and Type | Method and Description |
|---|---|
FiscalYears |
depreciationRecordMethod(Integer depreciationRecordMethod) |
FiscalYears |
endDate(String endDate) |
boolean |
equals(Object o) |
Integer |
getDepreciationRecordMethod()
月次償却(0: しない、1: する)
minimum: 0
maximum: 1
|
String |
getEndDate()
期末日
|
Boolean |
getIndirectWriteOffMethod()
固定資産の控除法(true: 間接控除法、false: 直接控除法)
|
Integer |
getReturnCode()
不動産所得使用区分(0: 一般、3: 一般/不動産) ※個人事業主のみ設定可能
minimum: 0
maximum: 3
|
Integer |
getSalesTaxBusinessCode()
簡易課税用事業区分(0: 第一種:卸売業、1: 第二種:小売業、2: 第三種:農林水産業、工業、建設業、製造業など、3: 第四種:飲食店業など、4: 第五種:金融・保険業、運輸通信業、サービス業など、5: 第六種:不動産業など
minimum: 0
maximum: 5
|
String |
getStartDate()
期首日
|
Integer |
getTaxAccountMethod()
消費税経理処理方法(0: 税込経理、1: 旧税抜経理、2: 税抜経理)
minimum: 0
maximum: 2
|
Integer |
getTaxFraction()
消費税端数処理方法(0: 切り捨て、1: 切り上げ、2: 四捨五入)
minimum: 0
maximum: 2
|
Integer |
getTaxMethod()
課税区分(0: 免税、1: 簡易課税、2: 本則課税(個別対応方式)、3: 本則課税(一括比例配分方式)、4: 本則課税(全額控除))
minimum: 0
maximum: 4
|
Boolean |
getUseIndustryTemplate()
製造業向け機能(true: 使用する、false: 使用しない)
|
int |
hashCode() |
FiscalYears |
indirectWriteOffMethod(Boolean indirectWriteOffMethod) |
FiscalYears |
returnCode(Integer returnCode) |
FiscalYears |
salesTaxBusinessCode(Integer salesTaxBusinessCode) |
void |
setDepreciationRecordMethod(Integer depreciationRecordMethod) |
void |
setEndDate(String endDate) |
void |
setIndirectWriteOffMethod(Boolean indirectWriteOffMethod) |
void |
setReturnCode(Integer returnCode) |
void |
setSalesTaxBusinessCode(Integer salesTaxBusinessCode) |
void |
setStartDate(String startDate) |
void |
setTaxAccountMethod(Integer taxAccountMethod) |
void |
setTaxFraction(Integer taxFraction) |
void |
setTaxMethod(Integer taxMethod) |
void |
setUseIndustryTemplate(Boolean useIndustryTemplate) |
FiscalYears |
startDate(String startDate) |
FiscalYears |
taxAccountMethod(Integer taxAccountMethod) |
FiscalYears |
taxFraction(Integer taxFraction) |
FiscalYears |
taxMethod(Integer taxMethod) |
String |
toString() |
FiscalYears |
useIndustryTemplate(Boolean useIndustryTemplate) |
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_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 FiscalYears depreciationRecordMethod(Integer depreciationRecordMethod)
@Nonnull public Integer getDepreciationRecordMethod()
public void setDepreciationRecordMethod(Integer depreciationRecordMethod)
public FiscalYears endDate(String endDate)
public void setEndDate(String endDate)
public FiscalYears indirectWriteOffMethod(Boolean indirectWriteOffMethod)
@Nonnull public Boolean getIndirectWriteOffMethod()
public void setIndirectWriteOffMethod(Boolean indirectWriteOffMethod)
public FiscalYears returnCode(Integer returnCode)
@Nonnull public Integer getReturnCode()
public void setReturnCode(Integer returnCode)
public FiscalYears salesTaxBusinessCode(Integer salesTaxBusinessCode)
@Nonnull public Integer getSalesTaxBusinessCode()
public void setSalesTaxBusinessCode(Integer salesTaxBusinessCode)
public FiscalYears startDate(String startDate)
public void setStartDate(String startDate)
public FiscalYears taxAccountMethod(Integer taxAccountMethod)
@Nonnull public Integer getTaxAccountMethod()
public void setTaxAccountMethod(Integer taxAccountMethod)
public FiscalYears taxFraction(Integer taxFraction)
@Nonnull public Integer getTaxFraction()
public void setTaxFraction(Integer taxFraction)
public FiscalYears taxMethod(Integer taxMethod)
@Nonnull public Integer getTaxMethod()
public void setTaxMethod(Integer taxMethod)
public FiscalYears useIndustryTemplate(Boolean useIndustryTemplate)
@Nonnull public Boolean getUseIndustryTemplate()
public void setUseIndustryTemplate(Boolean useIndustryTemplate)
Copyright © 2022. All rights reserved.