EnrollmentResponseDto

Type Alias: EnrollmentResponseDto

[object Object]

Defined in: api/types.gen.ts:421

Represents the response DTO for an enrollment, containing all relevant information about the enrollment, including its properties and information about the associated member and activity. The EnrollmentResponseDTO is used to transfer comprehensive enrollment data from the server to the client when retrieving enrollment information, allowing for a complete representation of the enrollment's details, member information, activity information, and any specification answers provided by the member in the response payload.

Properties

activity

[object Object]

Defined in: api/types.gen.ts:435


isOnWaitingList

[object Object]

Defined in: api/types.gen.ts:425

If the enrollment is placed on a waiting list due to the associated activity being fully booked, this field indicates the position of the enrollment on the waiting list.


member

[object Object]

Defined in: api/types.gen.ts:426


price?

optional price?: number | null

Defined in: api/types.gen.ts:434

The price paid for the enrollment.


specificationAnswers?

optional specificationAnswers?: SpecificationAnswerResponseDto[] | null

Defined in: api/types.gen.ts:430

The answers for the specification questions associated with this enrollment.

On this page