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_TAX_CODE |
| Constructor and Description |
|---|
ExpenseApplicationLineTemplateParams() |
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_TAX_CODE
public ExpenseApplicationLineTemplateParams()
public ExpenseApplicationLineTemplateParams accountItemId(Integer accountItemId)
public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public ExpenseApplicationLineTemplateParams companyId(Integer companyId)
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 String getName()
public void setName(String name)
public ExpenseApplicationLineTemplateParams taxCode(Integer taxCode)
public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
Copyright © 2020. All rights reserved.