@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class ExpenseApplicationLineTemplateParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_LINE_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REQUIRED_RECEIPT |
static String |
SERIALIZED_NAME_TAX_CODE |
| Constructor and Description |
|---|
ExpenseApplicationLineTemplateParams() |
| Modifier and Type | Method and Description |
|---|---|
ExpenseApplicationLineTemplateParams |
accountItemId(Integer accountItemId) |
ExpenseApplicationLineTemplateParams |
companyId(Integer companyId) |
ExpenseApplicationLineTemplateParams |
description(String description) |
boolean |
equals(Object o) |
Integer |
getAccountItemId()
勘定科目ID
minimum: 1
maximum: 2147483647
|
Integer |
getCompanyId()
事業所ID
minimum: 1
maximum: 2147483647
|
String |
getDescription()
経費科目の説明 (1000文字以内)
|
Integer |
getItemId()
品目ID
minimum: 1
maximum: 2147483647
|
String |
getLineDescription()
内容の補足 (1000文字以内)
|
String |
getName()
経費科目名 (100文字以内)
|
Boolean |
getRequiredReceipt()
添付ファイルの必須/任意<br> falseを指定した時は申請時の領収書の添付を任意とします。<br> trueを指定した時は申請時の領収書の添付を必須とします。<br> 未指定の時は申請時の領収書の添付を任意とします。
|
Integer |
getTaxCode()
税区分コード(税区分のdisplay_categoryがtax_5: 5%表示の税区分, tax_r8: 軽減税率8%表示の税区分に該当するtax_codeのみ利用可能です。税区分のdisplay_categoryは /taxes/companies/{:company_id}のAPIから取得可能です。)
minimum: 0
maximum: 2147483647
|
int |
hashCode() |
ExpenseApplicationLineTemplateParams |
itemId(Integer itemId) |
ExpenseApplicationLineTemplateParams |
lineDescription(String lineDescription) |
ExpenseApplicationLineTemplateParams |
name(String name) |
ExpenseApplicationLineTemplateParams |
requiredReceipt(Boolean requiredReceipt) |
void |
setAccountItemId(Integer accountItemId) |
void |
setCompanyId(Integer companyId) |
void |
setDescription(String description) |
void |
setItemId(Integer itemId) |
void |
setLineDescription(String lineDescription) |
void |
setName(String name) |
void |
setRequiredReceipt(Boolean requiredReceipt) |
void |
setTaxCode(Integer taxCode) |
ExpenseApplicationLineTemplateParams |
taxCode(Integer taxCode) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_LINE_DESCRIPTION
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_REQUIRED_RECEIPT
public static final String SERIALIZED_NAME_TAX_CODE
public ExpenseApplicationLineTemplateParams()
public ExpenseApplicationLineTemplateParams accountItemId(Integer accountItemId)
@Nonnull public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public ExpenseApplicationLineTemplateParams companyId(Integer companyId)
@Nonnull public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public ExpenseApplicationLineTemplateParams description(String description)
public void setDescription(String description)
public ExpenseApplicationLineTemplateParams itemId(Integer itemId)
public void setItemId(Integer itemId)
public ExpenseApplicationLineTemplateParams lineDescription(String lineDescription)
@Nullable public String getLineDescription()
public void setLineDescription(String lineDescription)
public ExpenseApplicationLineTemplateParams name(String name)
public void setName(String name)
public ExpenseApplicationLineTemplateParams requiredReceipt(Boolean requiredReceipt)
@Nullable public Boolean getRequiredReceipt()
public void setRequiredReceipt(Boolean requiredReceipt)
public ExpenseApplicationLineTemplateParams taxCode(Integer taxCode)
@Nonnull public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
Copyright © 2022. All rights reserved.