GetFixedDepositAccountsResponse

@Serializable
data class GetFixedDepositAccountsResponse(val accountNo: Long? = null, val clientId: Long? = null, val clientName: String? = null, val currency: GetFixedDepositAccountsCurrency? = null, val depositAmount: Float? = null, val depositPeriod: Int? = null, val depositPeriodFrequency: GetFixedDepositAccountsDepositPeriodFrequency? = null, val fieldOfficerId: Long? = null, val id: Long? = null, val interestCalculationDaysInYearType: GetFixedDepositAccountsInterestCalculationDaysInYearType? = null, val interestCalculationType: GetFixedDepositAccountsInterestCalculationType? = null, val interestCompoundingPeriodType: GetFixedDepositAccountsInterestCompoundingPeriodType? = null, val interestFreePeriodApplicable: Boolean? = null, val interestPostingPeriodType: GetFixedDepositAccountsInterestPostingPeriodType? = null, val maturityAmount: Float? = null, val maturityDate: LocalDate? = null, val maxDepositTerm: Int? = null, val maxDepositTermType: GetFixedDepositAccountsMaxDepositTermType? = null, val minDepositTerm: Int? = null, val minDepositTermType: GetFixedDepositAccountsMinDepositTermType? = null, val preClosurePenalApplicable: Boolean? = null, val savingsProductId: Long? = null, val savingsProductName: String? = null, val status: GetFixedDepositAccountsStatus? = null, val summary: GetFixedDepositAccountsSummary? = null, val timeline: GetFixedDepositAccountsTimeline? = null)

GetFixedDepositAccountsResponse

Parameters

accountNo
clientId
clientName
currency
depositAmount
depositPeriod
depositPeriodFrequency
fieldOfficerId
id
interestCalculationDaysInYearType
interestCalculationType
interestCompoundingPeriodType
interestFreePeriodApplicable
interestPostingPeriodType
maturityAmount
maturityDate
maxDepositTerm
maxDepositTermType
minDepositTerm
minDepositTermType
preClosurePenalApplicable
savingsProductId
savingsProductName
status
summary
timeline

Constructors

Link copied to clipboard
constructor(accountNo: Long? = null, clientId: Long? = null, clientName: String? = null, currency: GetFixedDepositAccountsCurrency? = null, depositAmount: Float? = null, depositPeriod: Int? = null, depositPeriodFrequency: GetFixedDepositAccountsDepositPeriodFrequency? = null, fieldOfficerId: Long? = null, id: Long? = null, interestCalculationDaysInYearType: GetFixedDepositAccountsInterestCalculationDaysInYearType? = null, interestCalculationType: GetFixedDepositAccountsInterestCalculationType? = null, interestCompoundingPeriodType: GetFixedDepositAccountsInterestCompoundingPeriodType? = null, interestFreePeriodApplicable: Boolean? = null, interestPostingPeriodType: GetFixedDepositAccountsInterestPostingPeriodType? = null, maturityAmount: Float? = null, maturityDate: LocalDate? = null, maxDepositTerm: Int? = null, maxDepositTermType: GetFixedDepositAccountsMaxDepositTermType? = null, minDepositTerm: Int? = null, minDepositTermType: GetFixedDepositAccountsMinDepositTermType? = null, preClosurePenalApplicable: Boolean? = null, savingsProductId: Long? = null, savingsProductName: String? = null, status: GetFixedDepositAccountsStatus? = null, summary: GetFixedDepositAccountsSummary? = null, timeline: GetFixedDepositAccountsTimeline? = null)

Properties

Link copied to clipboard
val accountNo: Long? = null
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val clientName: String? = null
Link copied to clipboard
Link copied to clipboard
val depositAmount: Float? = null
Link copied to clipboard
val depositPeriod: Int? = null
Link copied to clipboard
val fieldOfficerId: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val maturityAmount: Float? = null
Link copied to clipboard
val maturityDate: LocalDate? = null
Link copied to clipboard
val maxDepositTerm: Int? = null
Link copied to clipboard
val minDepositTerm: Int? = null
Link copied to clipboard
Link copied to clipboard
val savingsProductId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard