GetSelfSavingsAccountsResponse

@Serializable
data class GetSelfSavingsAccountsResponse(val accountNo: Long? = null, val clientId: Int? = null, val clientName: String? = null, val currency: GetSelfSavingsCurrency? = null, val fieldOfficerId: Int? = null, val id: Int? = null, val interestCalculationDaysInYearType: GetSelfSavingsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetSelfSavingsInterestCalculationType? = null, val interestCompoundingPeriodType: GetSelfSavingsInterestCompoundingPeriodType? = null, val interestPostingPeriodType: GetSelfSavingsInterestPostingPeriodType? = null, val nominalAnnualInterestRate: Double? = null, val savingsProductId: Int? = null, val savingsProductName: String? = null, val status: GetSelfSavingsStatus? = null, val summary: GetSelfSavingsSummary? = null, val timeline: GetSelfSavingsTimeline? = null)

GetSelfSavingsAccountsResponse

Parameters

accountNo
clientId
clientName
currency
fieldOfficerId
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestPostingPeriodType
nominalAnnualInterestRate
savingsProductId
savingsProductName
status
summary
timeline

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, clientId: Int? = null, clientName: String? = null, currency: GetSelfSavingsCurrency? = null, fieldOfficerId: Int? = null, id: Int? = null, interestCalculationDaysInYearType: GetSelfSavingsInterestCalculationDaysInYearType? = null, interestCalculationType: GetSelfSavingsInterestCalculationType? = null, interestCompoundingPeriodType: GetSelfSavingsInterestCompoundingPeriodType? = null, interestPostingPeriodType: GetSelfSavingsInterestPostingPeriodType? = null, nominalAnnualInterestRate: Double? = null, savingsProductId: Int? = null, savingsProductName: String? = null, status: GetSelfSavingsStatus? = null, summary: GetSelfSavingsSummary? = null, timeline: GetSelfSavingsTimeline? = null)

Properties

Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
val clientId: Int? = null
Link copied to clipboard
val clientName: String? = null
Link copied to clipboard
Link copied to clipboard
val fieldOfficerId: Int? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
Link copied to clipboard
val savingsProductId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard