GetLoanAccountLockResponse

@Serializable
data class GetLoanAccountLockResponse(val content: List<LoanAccountLock>? = null, val limit: Int? = null, val page: Int? = null)

GetLoanAccountLockResponse

Parameters

content
limit
page

Constructors

Link copied to clipboard
constructor(content: List<LoanAccountLock>? = null, limit: Int? = null, page: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val page: Int? = null