SavingsAccountData

@Serializable
data class SavingsAccountData(val accountNo: String? = null, val accrualBasedAccountingEnabledOnSavingsProduct: Boolean? = null, val activatedOnDate: LocalDate? = null, val activationLocalDate: LocalDate? = null, val allowOverdraft: Boolean? = null, val annualFee: SavingsAccountChargeData? = null, val cashBasedAccountingEnabledOnSavingsProduct: Boolean? = null, val chargeOptions: List<ChargeData>? = null, val charges: List<SavingsAccountChargeData>? = null, val clientData: ClientData? = null, val clientId: Long? = null, val clientName: String? = null, val currency: CurrencyData? = null, val datatables: List<DatatableData>? = null, val dateFormat: String? = null, val daysToDormancy: Int? = null, val daysToEscheat: Int? = null, val daysToInactive: Int? = null, val depositType: EnumOptionData? = null, val depositTypeId: Int? = null, val enforceMinRequiredBalance: Boolean? = null, val existingReversedTransactionIds: Set<Long>? = null, val existingTransactionIds: Set<Long>? = null, val externalId: String? = null, val fieldOfficerId: Long? = null, val fieldOfficerName: String? = null, val fieldOfficerOptions: List<StaffData>? = null, val glAccountIdForInterestOnSavings: Long? = null, val glAccountIdForSavingsControl: Long? = null, val groupGeneralData: GroupGeneralData? = null, val groupId: Long? = null, val groupName: String? = null, val id: Long? = null, val interestCalculationDaysInYearType: EnumOptionData? = null, val interestCalculationDaysInYearTypeId: Int? = null, val interestCalculationDaysInYearTypeOptions: List<EnumOptionData>? = null, val interestCalculationType: EnumOptionData? = null, val interestCalculationTypeId: Int? = null, val interestCalculationTypeOptions: List<EnumOptionData>? = null, val interestCompoundingPeriodType: EnumOptionData? = null, val interestCompoundingPeriodTypeId: Int? = null, val interestCompoundingPeriodTypeOptions: List<EnumOptionData>? = null, val interestPostingPeriodType: EnumOptionData? = null, val interestPostingPeriodTypeId: Int? = null, val interestPostingPeriodTypeOptions: List<EnumOptionData>? = null, val isDormancyTrackingActive: Boolean? = null, val lastActiveTransactionDate: LocalDate? = null, val lastSavingsAccountTransaction: SavingsAccountTransactionData? = null, val lienAllowed: Boolean? = null, val locale: String? = null, val lockedInUntilDate: LocalDate? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: EnumOptionData? = null, val lockinPeriodFrequencyTypeId: Int? = null, val lockinPeriodFrequencyTypeOptions: List<EnumOptionData>? = null, val maxAllowedLienLimit: Double? = null, val minBalanceForInterestCalculation: Double? = null, val minOverdraftForInterestCalculation: Double? = null, val minRequiredBalance: Double? = null, val minRequiredOpeningBalance: Double? = null, val newSavingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, val nominalAnnualInterestRate: Double? = null, val nominalAnnualInterestRateOverdraft: Double? = null, val officeId: Long? = null, val onHoldFunds: Double? = null, val overdraftLimit: Double? = null, val productId: Long? = null, val productOptions: List<SavingsProductData>? = null, val reasonForBlock: String? = null, val rowIndex: Int? = null, val savingsAccountSummaryData: SavingsAccountSummaryData? = null, val savingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, val savingsAccountTransactionSummaryWrapper: Any? = null, val savingsAccountTransactionsWithPivotConfig: List<SavingsAccountTransactionData>? = null, val savingsAmountOnHold: Double? = null, val savingsHelper: Any? = null, val savingsProduct: SavingsProductData? = null, val savingsProductData: SavingsProductData? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val startInterestCalculationDate: LocalDate? = null, val status: SavingsAccountStatusEnumData? = null, val subStatus: SavingsAccountSubStatusEnumData? = null, val submittedOnDate: LocalDate? = null, val summary: SavingsAccountSummaryData? = null, val taxGroup: TaxGroupData? = null, val timeline: SavingsAccountApplicationTimelineData? = null, val transactions: List<SavingsAccountTransactionData>? = null, val updatedTransactions: List<SavingsAccountTransactionData>? = null, val withHoldTax: Boolean? = null, val withdrawalFee: SavingsAccountChargeData? = null, val withdrawalFeeForTransfers: Boolean? = null, val withdrawalFeeTypeOptions: List<EnumOptionData>? = null)

Parameters

accountNo
accrualBasedAccountingEnabledOnSavingsProduct
activatedOnDate
activationLocalDate
allowOverdraft
annualFee
cashBasedAccountingEnabledOnSavingsProduct
chargeOptions
charges
clientData
clientId
clientName
currency
datatables
dateFormat
daysToDormancy
daysToEscheat
daysToInactive
depositType
depositTypeId
enforceMinRequiredBalance
existingReversedTransactionIds
existingTransactionIds
externalId
fieldOfficerId
fieldOfficerName
fieldOfficerOptions
glAccountIdForInterestOnSavings
glAccountIdForSavingsControl
groupGeneralData
groupId
groupName
id
interestCalculationDaysInYearType
interestCalculationDaysInYearTypeId
interestCalculationDaysInYearTypeOptions
interestCalculationType
interestCalculationTypeId
interestCalculationTypeOptions
interestCompoundingPeriodType
interestCompoundingPeriodTypeId
interestCompoundingPeriodTypeOptions
interestPostingPeriodType
interestPostingPeriodTypeId
interestPostingPeriodTypeOptions
isDormancyTrackingActive
lastActiveTransactionDate
lastSavingsAccountTransaction
lienAllowed
locale
lockedInUntilDate
lockinPeriodFrequency
lockinPeriodFrequencyType
lockinPeriodFrequencyTypeId
lockinPeriodFrequencyTypeOptions
maxAllowedLienLimit
minBalanceForInterestCalculation
minOverdraftForInterestCalculation
minRequiredBalance
minRequiredOpeningBalance
newSavingsAccountTransactionData
nominalAnnualInterestRate
nominalAnnualInterestRateOverdraft
officeId
onHoldFunds
overdraftLimit
productId
productOptions
reasonForBlock
rowIndex
savingsAccountSummaryData
savingsAccountTransactionData
savingsAccountTransactionSummaryWrapper
savingsAccountTransactionsWithPivotConfig
savingsAmountOnHold
savingsHelper
savingsProduct
savingsProductData
savingsProductId
savingsProductName
startInterestCalculationDate
status
subStatus
submittedOnDate
summary
taxGroup
timeline
transactions
updatedTransactions
withHoldTax
withdrawalFee
withdrawalFeeForTransfers
withdrawalFeeTypeOptions

Constructors

Link copied to clipboard
constructor(accountNo: String? = null, accrualBasedAccountingEnabledOnSavingsProduct: Boolean? = null, activatedOnDate: LocalDate? = null, activationLocalDate: LocalDate? = null, allowOverdraft: Boolean? = null, annualFee: SavingsAccountChargeData? = null, cashBasedAccountingEnabledOnSavingsProduct: Boolean? = null, chargeOptions: List<ChargeData>? = null, charges: List<SavingsAccountChargeData>? = null, clientData: ClientData? = null, clientId: Long? = null, clientName: String? = null, currency: CurrencyData? = null, datatables: List<DatatableData>? = null, dateFormat: String? = null, daysToDormancy: Int? = null, daysToEscheat: Int? = null, daysToInactive: Int? = null, depositType: EnumOptionData? = null, depositTypeId: Int? = null, enforceMinRequiredBalance: Boolean? = null, existingReversedTransactionIds: Set<Long>? = null, existingTransactionIds: Set<Long>? = null, externalId: String? = null, fieldOfficerId: Long? = null, fieldOfficerName: String? = null, fieldOfficerOptions: List<StaffData>? = null, glAccountIdForInterestOnSavings: Long? = null, glAccountIdForSavingsControl: Long? = null, groupGeneralData: GroupGeneralData? = null, groupId: Long? = null, groupName: String? = null, id: Long? = null, interestCalculationDaysInYearType: EnumOptionData? = null, interestCalculationDaysInYearTypeId: Int? = null, interestCalculationDaysInYearTypeOptions: List<EnumOptionData>? = null, interestCalculationType: EnumOptionData? = null, interestCalculationTypeId: Int? = null, interestCalculationTypeOptions: List<EnumOptionData>? = null, interestCompoundingPeriodType: EnumOptionData? = null, interestCompoundingPeriodTypeId: Int? = null, interestCompoundingPeriodTypeOptions: List<EnumOptionData>? = null, interestPostingPeriodType: EnumOptionData? = null, interestPostingPeriodTypeId: Int? = null, interestPostingPeriodTypeOptions: List<EnumOptionData>? = null, isDormancyTrackingActive: Boolean? = null, lastActiveTransactionDate: LocalDate? = null, lastSavingsAccountTransaction: SavingsAccountTransactionData? = null, lienAllowed: Boolean? = null, locale: String? = null, lockedInUntilDate: LocalDate? = null, lockinPeriodFrequency: Int? = null, lockinPeriodFrequencyType: EnumOptionData? = null, lockinPeriodFrequencyTypeId: Int? = null, lockinPeriodFrequencyTypeOptions: List<EnumOptionData>? = null, maxAllowedLienLimit: Double? = null, minBalanceForInterestCalculation: Double? = null, minOverdraftForInterestCalculation: Double? = null, minRequiredBalance: Double? = null, minRequiredOpeningBalance: Double? = null, newSavingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, nominalAnnualInterestRate: Double? = null, nominalAnnualInterestRateOverdraft: Double? = null, officeId: Long? = null, onHoldFunds: Double? = null, overdraftLimit: Double? = null, productId: Long? = null, productOptions: List<SavingsProductData>? = null, reasonForBlock: String? = null, rowIndex: Int? = null, savingsAccountSummaryData: SavingsAccountSummaryData? = null, savingsAccountTransactionData: List<SavingsAccountTransactionData>? = null, savingsAccountTransactionSummaryWrapper: Any? = null, savingsAccountTransactionsWithPivotConfig: List<SavingsAccountTransactionData>? = null, savingsAmountOnHold: Double? = null, savingsHelper: Any? = null, savingsProduct: SavingsProductData? = null, savingsProductData: SavingsProductData? = null, savingsProductId: Long? = null, savingsProductName: String? = null, startInterestCalculationDate: LocalDate? = null, status: SavingsAccountStatusEnumData? = null, subStatus: SavingsAccountSubStatusEnumData? = null, submittedOnDate: LocalDate? = null, summary: SavingsAccountSummaryData? = null, taxGroup: TaxGroupData? = null, timeline: SavingsAccountApplicationTimelineData? = null, transactions: List<SavingsAccountTransactionData>? = null, updatedTransactions: List<SavingsAccountTransactionData>? = null, withHoldTax: Boolean? = null, withdrawalFee: SavingsAccountChargeData? = null, withdrawalFeeForTransfers: Boolean? = null, withdrawalFeeTypeOptions: List<EnumOptionData>? = null)

Properties

Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
val activatedOnDate: LocalDate? = null
Link copied to clipboard
val activationLocalDate: LocalDate? = null
Link copied to clipboard
val allowOverdraft: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val clientData: ClientData? = null
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val clientName: String? = null
Link copied to clipboard
val currency: CurrencyData? = null
Link copied to clipboard
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val daysToDormancy: Int? = null
Link copied to clipboard
val daysToEscheat: Int? = null
Link copied to clipboard
val daysToInactive: Int? = null
Link copied to clipboard
Link copied to clipboard
val depositTypeId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val fieldOfficerId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val groupId: Long? = null
Link copied to clipboard
val groupName: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lastActiveTransactionDate: LocalDate? = null
Link copied to clipboard
val lienAllowed: Boolean? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val lockedInUntilDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val onHoldFunds: Double? = null
Link copied to clipboard
val overdraftLimit: Double? = null
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
Link copied to clipboard
val reasonForBlock: String? = null
Link copied to clipboard
val rowIndex: Int? = null
Link copied to clipboard
Link copied to clipboard
val savingsHelper: Any? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val savingsProductId: Long? = null
Link copied to clipboard
Link copied to clipboard
val startInterestCalculationDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val taxGroup: TaxGroupData? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val withHoldTax: Boolean? = null