PostAdhocQuerySearchRequest

@Serializable
data class PostAdhocQuerySearchRequest(val dateFormat: String? = null, val includeOutStandingAmountPercentage: Boolean? = null, val includeOutstandingAmount: Boolean? = null, val loanDateOption: String? = null, val loanFromDate: LocalDate? = null, val loanToDate: LocalDate? = null, val locale: String? = null, val maxOutstandingAmount: Long? = null, val minOutstandingAmount: Long? = null, val outStandingAmountPercentage: Long? = null, val outStandingAmountPercentageCondition: String? = null, val outstandingAmountCondition: String? = null)

PostAdhocQuerySearchRequest

Parameters

dateFormat
includeOutStandingAmountPercentage
includeOutstandingAmount
loanDateOption
loanFromDate
loanToDate
locale
maxOutstandingAmount
minOutstandingAmount
outStandingAmountPercentage
outStandingAmountPercentageCondition
outstandingAmountCondition

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, includeOutStandingAmountPercentage: Boolean? = null, includeOutstandingAmount: Boolean? = null, loanDateOption: String? = null, loanFromDate: LocalDate? = null, loanToDate: LocalDate? = null, locale: String? = null, maxOutstandingAmount: Long? = null, minOutstandingAmount: Long? = null, outStandingAmountPercentage: Long? = null, outStandingAmountPercentageCondition: String? = null, outstandingAmountCondition: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
Link copied to clipboard
val loanDateOption: String? = null
Link copied to clipboard
val loanFromDate: LocalDate? = null
Link copied to clipboard
val loanToDate: LocalDate? = 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