{
  email_sent,
  id_tour_booking_status,
  travel_date,
  id_optional,
  country,
  key,
  total,
  subtotal,
  margin,
  confitmation,
  lead: {
    email,
    phone,
    id_tour_booking,
    name,
    last_name,
  },
  rates: {
    id_pax_type,
    price,
    margin,
    currency,
    rate_exchange,
    id_tour_booking,
    pax_total,
    id_tour_season,
    coupon,
    discount
  }
}
