CustodyAccountSearchRequestDto

data class CustodyAccountSearchRequestDto(var portfolioId: String? = null, var customerId: String? = null)

Search parameters for custody accounts. Each parameter is optional. If all fields are left empty, all of the user's accounts are returned.

Parameters

portfolioId

ID of a portfolio to find the associated accounts.

customerId

In the case of an advisor, this field can be used to filter custody accounts of other users to which the advisor has access. Must be supported by the bank and the respective backend.

Constructors

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

Properties

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