MemberUpdateDto

Type Alias: MemberUpdateDto

[object Object]

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

Defines the DTO for updating an existing member, containing all necessary information for modifying a member's properties. The MemberUpdateDTO is used to transfer data from the client to the server when updating an existing member, allowing for changes to be made to the member's details while ensuring that the provided information is validated appropriately for the update process.

Properties

begunstiger?

optional begunstiger?: boolean

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

Indicates whether the member is a "Begunstiger".


city

[object Object]

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

The city of the member.


dateOfBirth

[object Object]

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

The date of birth of the member.


email

[object Object]

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

The email address of the member.


ereLid?

optional ereLid?: boolean

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

Indicates whether the member is an honorary member.


firstName

[object Object]

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

The first name of the member.


gratie?

optional gratie?: boolean

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

Indicates whether the member is granted a fee waiver.


houseNumber

[object Object]

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

The house number of the member.


lastName

[object Object]

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

The last name of the member.


lidVanVerdienste?

optional lidVanVerdienste?: boolean

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

Indicates whether the member is a "Lid van Verdienste".


mailSubscriptions?

optional mailSubscriptions?: number

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

The mail subscriptions of the member.


notes?

optional notes?: string | null

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

The notes about the member.


parentPhoneNumber?

optional parentPhoneNumber?: string | null

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

Phone number of the member's parent or guardian, if the member is a minor.


phoneNumber

[object Object]

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

The phone number of the member.


postalCode

[object Object]

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

The postal code of the member.


preferredLanguage

[object Object]

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


street

[object Object]

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

The street of the member.


studentNumber

[object Object]

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

The student number of the member.


suspended?

optional suspended?: boolean

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

Indicates whether the member is suspended.

On this page