The destination for the delivery offer.

Destination

interface Destination {
    deliveryAddress?: VariablePrecisionAddress;
    ipAddress?: string;
}

Properties

deliveryAddress?: VariablePrecisionAddress

Destination

ipAddress?: string

An IP Address.

Destination