SecurityTypeResponseDto

data class SecurityTypeResponseDto(var id: String? = null, var code: String? = null, var description: DescriptionSimpleDto? = null)

Information about a security type with description.

Parameters

id

Unique identifier of the security type

code

Unique code that identifies the type of security.

description

Constructors

Link copied to clipboard
constructor(id: String? = null, code: String? = null, description: DescriptionSimpleDto? = null)

Properties

Link copied to clipboard
@get:Size(max = 50)
var code: String?
Link copied to clipboard
Link copied to clipboard
@get:Size(max = 38)
var id: String?