MortgagesSearchRequestDto

data class MortgagesSearchRequestDto(var customerId: String? = null)

Request object for mortgages data search

Parameters

customerId

Customer ID of the mortgage holder.

Constructors

Link copied to clipboard
constructor(customerId: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 100)
var customerId: String?