The shipper instruction.

ShipperInstruction

interface ShipperInstruction {
    deliveryNotes?: string;
}

Properties

Properties

deliveryNotes?: string

The delivery notes for the shipment

ShipperInstruction