m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.dtos.portfolios
/
MortgagesSearchRequestDto
Mortgages
Search
Request
Dto
data
class
MortgagesSearchRequestDto
(
var
customerId
:
String
?
=
null
)
Request object for mortgages data search
Parameters
customer
Id
Customer ID of the mortgage holder.
Members
Constructors
Mortgages
Search
Request
Dto
Link copied to clipboard
constructor
(
customerId
:
String
?
=
null
)
Properties
customer
Id
Link copied to clipboard
@get:
Size
(
max
=
100
)
var
customerId
:
String
?