Contains all of the delivery instructions provided by the customer for the shipping address.

Export

DeliveryPreferences

interface DeliveryPreferences {
    AddressInstructions?: string;
    DropOffLocation?: string;
    OtherAttributes?: OtherDeliveryAttributes[];
    PreferredDeliveryTime?: PreferredDeliveryTime;
}

Properties

AddressInstructions?: string

Building instructions, nearby landmark or navigation instructions.

Memberof

DeliveryPreferences

DropOffLocation?: string

Drop-off location selected by the customer.

Memberof

DeliveryPreferences

OtherAttributes?: OtherDeliveryAttributes[]

Enumerated list of miscellaneous delivery attributes associated with the shipping address.

Memberof

DeliveryPreferences

PreferredDeliveryTime?: PreferredDeliveryTime

Memberof

DeliveryPreferences