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?
optionalbegunstiger?: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.
[object Object]
Defined in: app/api/types.gen.ts:970
The email address of the member.
ereLid?
optionalereLid?: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?
optionalgratie?: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?
optionallidVanVerdienste?:boolean
Defined in: app/api/types.gen.ts:1015
Indicates whether the member is a "Lid van Verdienste".
mailSubscriptions?
optionalmailSubscriptions?:number
Defined in: app/api/types.gen.ts:1002
The mail subscriptions of the member.
notes?
optionalnotes?:string|null
Defined in: app/api/types.gen.ts:1006
The notes about the member.
parentPhoneNumber?
optionalparentPhoneNumber?: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?
optionalsuspended?:boolean
Defined in: app/api/types.gen.ts:1027
Indicates whether the member is suspended.