ContractSubscriptionDto

📄 Description: Represents a subscription of a user to a specific contract.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier of the subscription.

topic

INotificationTopicType

false

none

Represents a type of notification topic that can be subscribed to.

username

string

false

none

Username of the subscribed user.

contractId

integer(int64)

false

none

ID of the contract associated with this subscription.

contractDisplayId

string

false

none

Display ID of the contract.

targetId

string

false

none

Identifier of the target entity (e.g., email address or system ID).

targetType

string

false

none

Type of target entity for notifications.