@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class ExpenseApplicationLineTemplate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_NAME |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINE_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REQUIRED_RECEIPT |
static String |
SERIALIZED_NAME_TAX_CODE |
static String |
SERIALIZED_NAME_TAX_NAME |
| Constructor and Description |
|---|
ExpenseApplicationLineTemplate() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_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 static final String SERIALIZED_NAME_TAX_NAME
public ExpenseApplicationLineTemplate accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public ExpenseApplicationLineTemplate accountItemName(String accountItemName)
public void setAccountItemName(String accountItemName)
public ExpenseApplicationLineTemplate description(String description)
public void setDescription(String description)
public ExpenseApplicationLineTemplate id(Integer id)
public void setId(Integer id)
public ExpenseApplicationLineTemplate lineDescription(String lineDescription)
public void setLineDescription(String lineDescription)
public ExpenseApplicationLineTemplate name(String name)
public void setName(String name)
public ExpenseApplicationLineTemplate requiredReceipt(Boolean requiredReceipt)
@Nullable public Boolean getRequiredReceipt()
public void setRequiredReceipt(Boolean requiredReceipt)
public ExpenseApplicationLineTemplate taxCode(Integer taxCode)
@Nullable public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public ExpenseApplicationLineTemplate taxName(String taxName)
public void setTaxName(String taxName)
Copyright © 2022. All rights reserved.