Typescript SDK Type Docs
    Preparing search index...

    Interface DeliveryAddressDraft

    interface DeliveryAddressDraft {
        address?: Address;
        deliveryId: string;
    }
    Index

    Properties

    Properties

    address?: Address

    Address to which Parcels are delivered.

    deliveryId: string

    Unique identifier of the Delivery.