MemberUpdateDto
Type Alias: MemberUpdateDto
[object Object]
Defined in: api/types.gen.ts:1047
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: api/types.gen.ts:1112
Indicates whether the member is a "Begunstiger".
city
[object Object]
Defined in: api/types.gen.ts:1083
The city of the member.
dateOfBirth
[object Object]
Defined in: api/types.gen.ts:1087
The date of birth of the member.
[object Object]
Defined in: api/types.gen.ts:1063
The email address of the member.
ereLid?
optionalereLid?:boolean
Defined in: api/types.gen.ts:1108
Indicates whether the member is an honorary member.
firstName
[object Object]
Defined in: api/types.gen.ts:1055
The first name of the member.
gratie?
optionalgratie?:boolean
Defined in: api/types.gen.ts:1100
Indicates whether the member is granted a fee waiver.
houseNumber
[object Object]
Defined in: api/types.gen.ts:1075
The house number of the member.
lastName
[object Object]
Defined in: api/types.gen.ts:1059
The last name of the member.
lidVanVerdienste?
optionallidVanVerdienste?:boolean
Defined in: api/types.gen.ts:1104
Indicates whether the member is a "Lid van Verdienste".
notes?
optionalnotes?:string|null
Defined in: api/types.gen.ts:1095
The notes about the member.
parentPhoneNumber?
optionalparentPhoneNumber?:string|null
Defined in: api/types.gen.ts:1091
Phone number of the member's parent or guardian, if the member is a minor.
phoneNumber
[object Object]
Defined in: api/types.gen.ts:1067
The phone number of the member.
postalCode
[object Object]
Defined in: api/types.gen.ts:1079
The postal code of the member.
preferredLanguage
[object Object]
Defined in: api/types.gen.ts:1096
street
[object Object]
Defined in: api/types.gen.ts:1071
The street of the member.
studentNumber
[object Object]
Defined in: api/types.gen.ts:1051
The student number of the member.
suspended?
optionalsuspended?:boolean
Defined in: api/types.gen.ts:1116
Indicates whether the member is suspended.