Contains details for a transportation carrier appointment. This appointment is vended out by Amazon and is an indicator for when a transportation carrier is accepting shipments to be picked up.

CarrierAppointment

interface CarrierAppointment {
    endTime: string;
    startTime: string;
}

Properties

Properties

endTime: string

The end timestamp of the appointment in UTC.

CarrierAppointment

startTime: string

The start timestamp of the appointment in UTC.

CarrierAppointment