@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class AccountItemsResponseAccountItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY |
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY_ID |
static String |
SERIALIZED_NAME_AVAILABLE |
static String |
SERIALIZED_NAME_CATEGORIES |
static String |
SERIALIZED_NAME_CORRESPONDING_EXPENSE_ID |
static String |
SERIALIZED_NAME_CORRESPONDING_EXPENSE_NAME |
static String |
SERIALIZED_NAME_CORRESPONDING_INCOME_ID |
static String |
SERIALIZED_NAME_CORRESPONDING_INCOME_NAME |
static String |
SERIALIZED_NAME_DEFAULT_TAX_CODE |
static String |
SERIALIZED_NAME_GROUP_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT |
static String |
SERIALIZED_NAME_SHORTCUT_NUM |
static String |
SERIALIZED_NAME_TAX_CODE |
static String |
SERIALIZED_NAME_WALLETABLE_ID |
| Constructor and Description |
|---|
AccountItemsResponseAccountItems() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_ID
public static final String SERIALIZED_NAME_AVAILABLE
public static final String SERIALIZED_NAME_CATEGORIES
public static final String SERIALIZED_NAME_CORRESPONDING_EXPENSE_ID
public static final String SERIALIZED_NAME_CORRESPONDING_EXPENSE_NAME
public static final String SERIALIZED_NAME_CORRESPONDING_INCOME_ID
public static final String SERIALIZED_NAME_CORRESPONDING_INCOME_NAME
public static final String SERIALIZED_NAME_DEFAULT_TAX_CODE
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT
public static final String SERIALIZED_NAME_SHORTCUT_NUM
public static final String SERIALIZED_NAME_TAX_CODE
public static final String SERIALIZED_NAME_WALLETABLE_ID
public AccountItemsResponseAccountItems accountCategory(String accountCategory)
public void setAccountCategory(String accountCategory)
public AccountItemsResponseAccountItems accountCategoryId(Integer accountCategoryId)
@Nonnull public Integer getAccountCategoryId()
public void setAccountCategoryId(Integer accountCategoryId)
public AccountItemsResponseAccountItems available(Boolean available)
@Nonnull public Boolean getAvailable()
public void setAvailable(Boolean available)
public AccountItemsResponseAccountItems categories(List<String> categories)
public AccountItemsResponseAccountItems addCategoriesItem(String categoriesItem)
public AccountItemsResponseAccountItems correspondingExpenseId(Integer correspondingExpenseId)
@Nullable public Integer getCorrespondingExpenseId()
public void setCorrespondingExpenseId(Integer correspondingExpenseId)
public AccountItemsResponseAccountItems correspondingExpenseName(String correspondingExpenseName)
@Nullable public String getCorrespondingExpenseName()
public void setCorrespondingExpenseName(String correspondingExpenseName)
public AccountItemsResponseAccountItems correspondingIncomeId(Integer correspondingIncomeId)
@Nullable public Integer getCorrespondingIncomeId()
public void setCorrespondingIncomeId(Integer correspondingIncomeId)
public AccountItemsResponseAccountItems correspondingIncomeName(String correspondingIncomeName)
@Nullable public String getCorrespondingIncomeName()
public void setCorrespondingIncomeName(String correspondingIncomeName)
public AccountItemsResponseAccountItems defaultTaxCode(Integer defaultTaxCode)
@Nonnull public Integer getDefaultTaxCode()
public void setDefaultTaxCode(Integer defaultTaxCode)
public AccountItemsResponseAccountItems groupName(String groupName)
public void setGroupName(String groupName)
public AccountItemsResponseAccountItems id(Integer id)
public void setId(Integer id)
public AccountItemsResponseAccountItems name(String name)
public void setName(String name)
public AccountItemsResponseAccountItems shortcut(String shortcut)
public void setShortcut(String shortcut)
public AccountItemsResponseAccountItems shortcutNum(String shortcutNum)
@Nullable public String getShortcutNum()
public void setShortcutNum(String shortcutNum)
public AccountItemsResponseAccountItems taxCode(Integer taxCode)
@Nonnull public Integer getTaxCode()
public void setTaxCode(Integer taxCode)
public AccountItemsResponseAccountItems walletableId(Integer walletableId)
@Nullable public Integer getWalletableId()
public void setWalletableId(Integer walletableId)
Copyright © 2022. All rights reserved.