MaturitiesOverviewResponseDto

data class MaturitiesOverviewResponseDto(var maturities: MutableList<MaturityDto>, var page: PageDto)

Overview of maturities of the portfolio.

Parameters

maturities

List of maturities.

page

Constructors

Link copied to clipboard
constructor(maturities: MutableList<MaturityDto>, page: PageDto)

Properties

Link copied to clipboard
Link copied to clipboard
@Valid
var page: PageDto