Interface BookingRequest
Properties
bookable_parking_option?: BookableParkingOptionsinterface BookableParkingOptionsBookableParkingOptions | null
canceled?: Cancellationinterface CancellationCancellation | null
connector_id?: null | string
power_required?: number | null
tokens?: BookingTokeninterface BookingTokenBookingToken[] | null