AttendanceInput
input for attributes of an attendance of an event
graphql
input AttendanceInput {
id: ID
personalizations: Json
waiverSignature: WaiverSignatureInput
}
Fields
AttendanceInput.id · ID scalar
AttendanceInput.personalizations · Json scalar
Personal data for each participant. Keys in JSON must match names of personalization attributes.
AttendanceInput.waiverSignature · WaiverSignatureInput input
Optional signature of waiver. Use this if offerable requires waiver.
Member Of
PricingInput input