Appointment details for carrier pickup or fulfillment center appointments.

SelfShipAppointmentDetails

interface SelfShipAppointmentDetails {
    appointmentId?: number;
    appointmentSlotTime?: AppointmentSlotTime;
    appointmentStatus?: string;
}

Properties

appointmentId?: number

Identifier for appointment.

SelfShipAppointmentDetails

appointmentSlotTime?: AppointmentSlotTime

SelfShipAppointmentDetails

appointmentStatus?: string

Status of the appointment.

SelfShipAppointmentDetails