Ecom product item

interface Product {
    arrival?: null | string;
    arrival_city_uuid?: null | string;
    departure?: null | string;
    departure_city_uuid?: null | string;
    id: string;
    name: string;
    price: number;
    quantity?: null | number;
}

Properties

arrival?: null | string

Arrival date and time with timezone

arrival_city_uuid?: null | string

Arrival city UUID

departure?: null | string

Departure date and time with timezone

departure_city_uuid?: null | string

Departure city UUID

id: string

Product ID

name: string

Product name

price: number

Product price

quantity?: null | number

Number of tickets/passengers