OBJECT
OfferingInclude
Offering Include
link GraphQL Schema definition
- type OfferingInclude {
- # appointment type
- AppointmentType :
- # id of related appointment type
- ID :
- # created at
- String :
- # expires in
- String :
- # form id
- String :
- ID :
- # whether or not the offering_include (appointment type) should be recurring
- Boolean :
- # id of related offering
- ID :
- # quanity of appointments in package
- String :
- # whether or not the offering book
- Boolean :
- # udpated at
- String :
- }