GetClientsLoanAccounts

@Serializable
data class GetClientsLoanAccounts(val accountNo: String? = null, val externalId: String? = null, val id: Long? = null, val loanCycle: Int? = null, val loanType: GetClientsLoanAccountsType? = null, val productId: Long? = null, val productName: String? = null, val status: GetClientsLoanAccountsStatus? = null)

Parameters

accountNo
externalId
id
loanCycle
loanType
productId
productName
status

Constructors

Link copied to clipboard
constructor(accountNo: String? = null, externalId: String? = null, id: Long? = null, loanCycle: Int? = null, loanType: GetClientsLoanAccountsType? = null, productId: Long? = null, productName: String? = null, status: GetClientsLoanAccountsStatus? = null)

Properties

Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val loanCycle: Int? = null
Link copied to clipboard
Link copied to clipboard
val productId: Long? = null
Link copied to clipboard
val productName: String? = null
Link copied to clipboard