Alokai

DeliveryTimeSlot

data type of delivery timeslot DeliveryTimeSlot

export interface DeliveryTimeSlot {
	'code'?: string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringdelivery timeslot code {string} DeliveryTimeSlot
nameOptionalstringdelivery timeslot name {string} DeliveryTimeSlot

On this page