EnrollmentResponseDto

Type Alias: EnrollmentResponseDto

[object Object]

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

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:289


isOnWaitingList

[object Object]

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


member

[object Object]

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


price?

optional price?: number | null

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


specificationAnswers?

optional specificationAnswers?: SpecificationAnswerResponseDto[] | null

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

On this page