CustodyAccountSearchResponseDto

data class CustodyAccountSearchResponseDto(var custodyAccounts: MutableList<CustodyAccountDto>, var page: PageDto)

List of custody accounts found.

Parameters

custodyAccounts

List of custody accounts.

page

Constructors

Link copied to clipboard
constructor(custodyAccounts: MutableList<CustodyAccountDto>, page: PageDto)

Properties

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