planning-center-monorepo v1.0.0
planning-center-monorepo / planning-center-check-ins-ts/src / CheckInAttributes
Interface: CheckInAttributes
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:52
Attributes describing a Resource Object
Extends
Indexable
[key: string]: string | number | boolean | object
Properties
first_name?
optionalfirst_name:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:53
last_name?
optionallast_name:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:54
medical_notes?
optionalmedical_notes:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:55
number?
optionalnumber:number
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:56
security_code?
optionalsecurity_code:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:57
created_at?
optionalcreated_at:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:58
updated_at?
optionalupdated_at:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:59
checked_out_at?
optionalchecked_out_at:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:60
confirmed_at?
optionalconfirmed_at:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:61
emergency_contact_name?
optionalemergency_contact_name:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:62
emergency_contact_phone_number?
optionalemergency_contact_phone_number:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:63
one_time_guest?
optionalone_time_guest:boolean
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:64
kind?
optionalkind:string
Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:65