Class TaxComponentData
java.lang.Object
org.apache.fineract.client.models.TaxComponentData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TaxComponentData
extends Object
TaxComponentData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGlAccountTypeOptionsItem(EnumOptionData glAccountTypeOptionsItem) addTaxComponentHistoriesItem(TaxComponentHistoryData taxComponentHistoriesItem) creditAccount(GLAccountData creditAccount) creditAccountType(EnumOptionData creditAccountType) debitAccount(GLAccountData debitAccount) debitAccountType(EnumOptionData debitAccountType) booleanGet creditAccountGet creditAccountTypeGet debitAccountGet debitAccountTypeGet glAccountOptionsGet glAccountTypeOptionsgetId()Get idgetName()Get nameGet percentageGet startDateGet taxComponentHistoriesglAccountOptions(Map<String, List<GLAccountData>> glAccountOptions) glAccountTypeOptions(List<EnumOptionData> glAccountTypeOptions) inthashCode()percentage(BigDecimal percentage) putGlAccountOptionsItem(String key, List<GLAccountData> glAccountOptionsItem) voidsetCreditAccount(GLAccountData creditAccount) voidsetCreditAccountType(EnumOptionData creditAccountType) voidsetDebitAccount(GLAccountData debitAccount) voidsetDebitAccountType(EnumOptionData debitAccountType) voidsetGlAccountOptions(Map<String, List<GLAccountData>> glAccountOptions) voidsetGlAccountTypeOptions(List<EnumOptionData> glAccountTypeOptions) voidvoidvoidsetPercentage(BigDecimal percentage) voidsetStartDate(LocalDate startDate) voidsetTaxComponentHistories(List<TaxComponentHistoryData> taxComponentHistories) taxComponentHistories(List<TaxComponentHistoryData> taxComponentHistories) toString()
-
Field Details
-
SERIALIZED_NAME_CREDIT_ACCOUNT
- See Also:
-
SERIALIZED_NAME_CREDIT_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_DEBIT_ACCOUNT
- See Also:
-
SERIALIZED_NAME_DEBIT_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_GL_ACCOUNT_OPTIONS
- See Also:
-
SERIALIZED_NAME_GL_ACCOUNT_TYPE_OPTIONS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PERCENTAGE
- See Also:
-
SERIALIZED_NAME_START_DATE
- See Also:
-
SERIALIZED_NAME_TAX_COMPONENT_HISTORIES
- See Also:
-
-
Constructor Details
-
TaxComponentData
public TaxComponentData()
-
-
Method Details
-
creditAccount
-
getCreditAccount
Get creditAccount- Returns:
- creditAccount
-
setCreditAccount
-
creditAccountType
-
getCreditAccountType
Get creditAccountType- Returns:
- creditAccountType
-
setCreditAccountType
-
debitAccount
-
getDebitAccount
Get debitAccount- Returns:
- debitAccount
-
setDebitAccount
-
debitAccountType
-
getDebitAccountType
Get debitAccountType- Returns:
- debitAccountType
-
setDebitAccountType
-
glAccountOptions
-
putGlAccountOptionsItem
public TaxComponentData putGlAccountOptionsItem(String key, List<GLAccountData> glAccountOptionsItem) -
getGlAccountOptions
Get glAccountOptions- Returns:
- glAccountOptions
-
setGlAccountOptions
-
glAccountTypeOptions
-
addGlAccountTypeOptionsItem
-
getGlAccountTypeOptions
Get glAccountTypeOptions- Returns:
- glAccountTypeOptions
-
setGlAccountTypeOptions
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
percentage
-
getPercentage
Get percentage- Returns:
- percentage
-
setPercentage
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
taxComponentHistories
-
addTaxComponentHistoriesItem
public TaxComponentData addTaxComponentHistoriesItem(TaxComponentHistoryData taxComponentHistoriesItem) -
getTaxComponentHistories
Get taxComponentHistories- Returns:
- taxComponentHistories
-
setTaxComponentHistories
-
equals
-
hashCode
public int hashCode() -
toString
-