SavingsAccountSummaryData

@Serializable
data class SavingsAccountSummaryData(val accountBalance: Double? = null, val availableBalance: Double? = null, val currency: CurrencyData? = null, val interestNotPosted: Double? = null, val interestPostedTillDate: LocalDate? = null, val lastInterestCalculationDate: LocalDate? = null, val prevInterestPostedTillDate: LocalDate? = null, val runningBalanceOnInterestPostingTillDate: Double? = null, val runningBalanceOnPivotDate: Double? = null, val totalAnnualFees: Double? = null, val totalDeposits: Double? = null, val totalFeeCharge: Double? = null, val totalInterestEarned: Double? = null, val totalInterestPosted: Double? = null, val totalOverdraftInterestDerived: Double? = null, val totalPenaltyCharge: Double? = null, val totalWithdrawalFees: Double? = null, val totalWithdrawals: Double? = null, val totalWithholdTax: Double? = null)

Parameters

accountBalance
availableBalance
currency
interestNotPosted
interestPostedTillDate
lastInterestCalculationDate
prevInterestPostedTillDate
runningBalanceOnInterestPostingTillDate
runningBalanceOnPivotDate
totalAnnualFees
totalDeposits
totalFeeCharge
totalInterestEarned
totalInterestPosted
totalOverdraftInterestDerived
totalPenaltyCharge
totalWithdrawalFees
totalWithdrawals
totalWithholdTax

Constructors

Link copied to clipboard
constructor(accountBalance: Double? = null, availableBalance: Double? = null, currency: CurrencyData? = null, interestNotPosted: Double? = null, interestPostedTillDate: LocalDate? = null, lastInterestCalculationDate: LocalDate? = null, prevInterestPostedTillDate: LocalDate? = null, runningBalanceOnInterestPostingTillDate: Double? = null, runningBalanceOnPivotDate: Double? = null, totalAnnualFees: Double? = null, totalDeposits: Double? = null, totalFeeCharge: Double? = null, totalInterestEarned: Double? = null, totalInterestPosted: Double? = null, totalOverdraftInterestDerived: Double? = null, totalPenaltyCharge: Double? = null, totalWithdrawalFees: Double? = null, totalWithdrawals: Double? = null, totalWithholdTax: Double? = null)

Properties

Link copied to clipboard
val accountBalance: Double? = null
Link copied to clipboard
Link copied to clipboard
val currency: CurrencyData? = null
Link copied to clipboard
Link copied to clipboard
val interestPostedTillDate: LocalDate? = null
Link copied to clipboard
val lastInterestCalculationDate: LocalDate? = null
Link copied to clipboard
val prevInterestPostedTillDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
val totalAnnualFees: Double? = null
Link copied to clipboard
val totalDeposits: Double? = null
Link copied to clipboard
val totalFeeCharge: Double? = 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