public class TrialPlResponseTrialPlBalances extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORY_NAME |
static String |
SERIALIZED_NAME_ACCOUNT_GROUP_NAME |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_ID |
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_NAME |
static String |
SERIALIZED_NAME_CLOSING_BALANCE |
static String |
SERIALIZED_NAME_COMPOSITION_RATIO |
static String |
SERIALIZED_NAME_CREDIT_AMOUNT |
static String |
SERIALIZED_NAME_DEBIT_AMOUNT |
static String |
SERIALIZED_NAME_HIERARCHY_LEVEL |
static String |
SERIALIZED_NAME_ITEMS |
static String |
SERIALIZED_NAME_OPENING_BALANCE |
static String |
SERIALIZED_NAME_PARENT_ACCOUNT_CATEGORY_NAME |
static String |
SERIALIZED_NAME_PARTNERS |
static String |
SERIALIZED_NAME_SECTIONS |
static String |
SERIALIZED_NAME_TOTAL_LINE |
| Constructor and Description |
|---|
TrialPlResponseTrialPlBalances() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORY_NAME
public static final String SERIALIZED_NAME_ACCOUNT_GROUP_NAME
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_ID
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_NAME
public static final String SERIALIZED_NAME_CLOSING_BALANCE
public static final String SERIALIZED_NAME_COMPOSITION_RATIO
public static final String SERIALIZED_NAME_CREDIT_AMOUNT
public static final String SERIALIZED_NAME_DEBIT_AMOUNT
public static final String SERIALIZED_NAME_HIERARCHY_LEVEL
public static final String SERIALIZED_NAME_ITEMS
public static final String SERIALIZED_NAME_OPENING_BALANCE
public static final String SERIALIZED_NAME_PARENT_ACCOUNT_CATEGORY_NAME
public static final String SERIALIZED_NAME_PARTNERS
public static final String SERIALIZED_NAME_SECTIONS
public static final String SERIALIZED_NAME_TOTAL_LINE
public TrialPlResponseTrialPlBalances accountCategoryName(String accountCategoryName)
@Nullable public String getAccountCategoryName()
public void setAccountCategoryName(String accountCategoryName)
public TrialPlResponseTrialPlBalances accountGroupName(String accountGroupName)
@Nullable public String getAccountGroupName()
public void setAccountGroupName(String accountGroupName)
public TrialPlResponseTrialPlBalances accountItemId(Integer accountItemId)
@Nullable public Integer getAccountItemId()
public void setAccountItemId(Integer accountItemId)
public TrialPlResponseTrialPlBalances accountItemName(String accountItemName)
@Nullable public String getAccountItemName()
public void setAccountItemName(String accountItemName)
public TrialPlResponseTrialPlBalances closingBalance(Integer closingBalance)
public void setClosingBalance(Integer closingBalance)
public TrialPlResponseTrialPlBalances compositionRatio(BigDecimal compositionRatio)
@Nullable public BigDecimal getCompositionRatio()
public void setCompositionRatio(BigDecimal compositionRatio)
public TrialPlResponseTrialPlBalances creditAmount(Integer creditAmount)
public void setCreditAmount(Integer creditAmount)
public TrialPlResponseTrialPlBalances debitAmount(Integer debitAmount)
public void setDebitAmount(Integer debitAmount)
public TrialPlResponseTrialPlBalances hierarchyLevel(Integer hierarchyLevel)
public void setHierarchyLevel(Integer hierarchyLevel)
public TrialPlResponseTrialPlBalances items(List<TrialBsResponseTrialBsItems> items)
public TrialPlResponseTrialPlBalances addItemsItem(TrialBsResponseTrialBsItems itemsItem)
@Nullable public List<TrialBsResponseTrialBsItems> getItems()
public void setItems(List<TrialBsResponseTrialBsItems> items)
public TrialPlResponseTrialPlBalances openingBalance(Integer openingBalance)
public void setOpeningBalance(Integer openingBalance)
public TrialPlResponseTrialPlBalances parentAccountCategoryName(String parentAccountCategoryName)
@Nullable public String getParentAccountCategoryName()
public void setParentAccountCategoryName(String parentAccountCategoryName)
public TrialPlResponseTrialPlBalances partners(List<TrialBsResponseTrialBsPartners> partners)
public TrialPlResponseTrialPlBalances addPartnersItem(TrialBsResponseTrialBsPartners partnersItem)
@Nullable public List<TrialBsResponseTrialBsPartners> getPartners()
public void setPartners(List<TrialBsResponseTrialBsPartners> partners)
public TrialPlResponseTrialPlBalances sections(List<TrialPlResponseTrialPlSections> sections)
public TrialPlResponseTrialPlBalances addSectionsItem(TrialPlResponseTrialPlSections sectionsItem)
@Nullable public List<TrialPlResponseTrialPlSections> getSections()
public void setSections(List<TrialPlResponseTrialPlSections> sections)
public TrialPlResponseTrialPlBalances totalLine(Boolean totalLine)
public void setTotalLine(Boolean totalLine)
Copyright © 2020. All rights reserved.