RequestItemInput
input for attributes of a request item
graphql
input RequestItemInput {
globalPersonalizations: Json
offerableId: ID
offerableSpan: TsRange
offerableType: OfferableTypeEnum
pricings: [PricingInput!]!
}
Fields
RequestItemInput.globalPersonalizations · Json scalar
Personal data for each participant. Keys in JSON must match names of global personalization attributes.
RequestItemInput.offerableId · ID scalar
Should only be empty if offerable is discarded
RequestItemInput.offerableSpan · TsRange scalar
Span to use when offerable is an event template or admission
RequestItemInput.offerableType · OfferableTypeEnum enum
Should only be empty if offerable is discarded
RequestItemInput.pricings · [PricingInput!]! non-null input
Member Of
RequestApplyVoucherInput input · RequestCreateInput input · RequestUpdateInput input