PostAccountsTypeRequest

@Serializable
data class PostAccountsTypeRequest(val allowDividendCalculationForInactiveClients: Boolean? = null, val applicationDate: String? = null, val charges: Set<PostAccountsCharges>? = null, val clientId: Long? = null, val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val lockinPeriodFrequency: Int? = null, val lockinPeriodFrequencyType: Int? = null, val minimumActivePeriod: Int? = null, val minimumActivePeriodFrequencyType: Int? = null, val productId: Long? = null, val requestedShares: Int? = null, val savingsAccountId: Long? = null, val submittedDate: String? = null)

PostAccountsTypeRequest

Parameters

allowDividendCalculationForInactiveClients
applicationDate
charges
clientId
dateFormat
externalId
locale
lockinPeriodFrequency
lockinPeriodFrequencyType
minimumActivePeriod
minimumActivePeriodFrequencyType
productId
requestedShares
savingsAccountId
submittedDate

Constructors

Link copied to clipboard
constructor(allowDividendCalculationForInactiveClients: Boolean? = null, applicationDate: String? = null, charges: Set<PostAccountsCharges>? = null, clientId: Long? = null, dateFormat: String? = null, externalId: String? = null, locale: String? = null, lockinPeriodFrequency: Int? = null, lockinPeriodFrequencyType: Int? = null, minimumActivePeriod: Int? = null, minimumActivePeriodFrequencyType: Int? = null, productId: Long? = null, requestedShares: Int? = null, savingsAccountId: Long? = null, submittedDate: String? = null)

Properties

Link copied to clipboard
val applicationDate: String? = null
Link copied to clipboard
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
val requestedShares: Int? = null
Link copied to clipboard
val savingsAccountId: Long? = null
Link copied to clipboard
val submittedDate: String? = null