Type Alias CheckoutAncillariesSeatTileDisabled

CheckoutAncillariesSeatTileDisabled: {
    tile: string;
    trips?: { departureDate?: string; tripUid?: string }[];
}

Payload for checkout.ancillaries.seat_tile_disabled event.

tile – the seat tile type that was disabled (e.g. "premium_seat").

trips – one entry per trip (outbound = trips[0], return = trips[1] when present). tripUid – full trip identifier; only the prefix up to the first '/' is used. departureDate– ISO 8601 datetime string; only the date part (YYYY-MM-DD) is sent.

Type declaration

  • tile: string
  • Optionaltrips?: { departureDate?: string; tripUid?: string }[]