PostAdhocQuerySearchResponse

@Serializable
data class PostAdhocQuerySearchResponse(val loanOutStanding: Long? = null, val loanProductName: String? = null, val officeName: String? = null, val percentage: Long? = null)

PostAdhocQuerySearchResponse

Parameters

loanOutStanding
loanProductName
officeName
percentage

Constructors

Link copied to clipboard
constructor(loanOutStanding: Long? = null, loanProductName: String? = null, officeName: String? = null, percentage: Long? = null)

Properties

Link copied to clipboard
val loanOutStanding: Long? = null
Link copied to clipboard
val loanProductName: String? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val percentage: Long? = null