GetFixedDepositAccountsAccountChart

@Serializable
data class GetFixedDepositAccountsAccountChart(val accountId: Long? = null, val accountNumber: Long? = null, val chartSlabs: Set<GetFixedDepositAccountsChartSlabs>? = null, val fromDate: LocalDate? = null, val id: Long? = null, val periodTypes: Set<GetFixedDepositAccountsPeriodTypes>? = null)

Parameters

accountId
accountNumber
chartSlabs
fromDate
id
periodTypes

Constructors

Link copied to clipboard
constructor(accountId: Long? = null, accountNumber: Long? = null, chartSlabs: Set<GetFixedDepositAccountsChartSlabs>? = null, fromDate: LocalDate? = null, id: Long? = null, periodTypes: Set<GetFixedDepositAccountsPeriodTypes>? = null)

Properties

Link copied to clipboard
val accountId: Long? = null
Link copied to clipboard
val accountNumber: Long? = null
Link copied to clipboard
Link copied to clipboard
val fromDate: LocalDate? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard