EnrollmentResponseDto

Type Alias: EnrollmentResponseDto

[object Object]

Defined in: app/api/types.gen.ts:371

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: app/api/types.gen.ts:385


isOnWaitingList

[object Object]

Defined in: app/api/types.gen.ts:375

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: app/api/types.gen.ts:376


price?

optional price?: number | null

Defined in: app/api/types.gen.ts:384

The price paid for the enrollment.


specificationAnswers?

optional specificationAnswers?: SpecificationAnswerResponseDto[] | null

Defined in: app/api/types.gen.ts:380

The answers for the specification questions associated with this enrollment.

On this page