Type alias CreateCustomerEventInput

CreateCustomerEventInput: {
    components: EventComponentInput[];
    customerIdentifier: CustomerIdentifierInput;
    externalId?: InputMaybe<Scalars["ID"]>;
    title: Scalars["String"];
}

Type declaration

  • components: EventComponentInput[]

    The components used to create the event's contents.

  • customerIdentifier: CustomerIdentifierInput

    The customer id of the customer that the event is for.

  • Optional externalId?: InputMaybe<Scalars["ID"]>

    The external ID of this event. You can use this field to store your own unique identifier for this event. This must be unique.

  • title: Scalars["String"]

    The title of the event.

Generated using TypeDoc