GetSelfClientsLoanAccounts

@Serializable
data class GetSelfClientsLoanAccounts(val accountNo: Long? = null, val externalId: Int? = null, val id: Int? = null, val loanCycle: Int? = null, val loanType: GetSelfClientsLoanAccountsType? = null, val productId: Int? = null, val productName: String? = null, val status: GetSelfClientsLoanAccountsStatus? = null)

Parameters

accountNo
externalId
id
loanCycle
loanType
productId
productName
status

Constructors

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

Properties

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