Skip to Content
APIPlanning Center Check Ins TSSrcInterfacesInterface: CheckInAttributes

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?

optional first_name: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:53 


last_name?

optional last_name: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:54 


medical_notes?

optional medical_notes: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:55 


number?

optional number: number

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:56 


security_code?

optional security_code: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:57 


created_at?

optional created_at: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:58 


updated_at?

optional updated_at: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:59 


checked_out_at?

optional checked_out_at: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:60 


confirmed_at?

optional confirmed_at: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:61 


emergency_contact_name?

optional emergency_contact_name: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:62 


emergency_contact_phone_number?

optional emergency_contact_phone_number: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:63 


one_time_guest?

optional one_time_guest: boolean

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:64 


kind?

optional kind: string

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:65