Interface DhlNodeParameters

Source
interface DhlNodeParameters {
    operation?: "get";
    options?: { recipientPostalCode?: string };
    trackingNumber?: string;
}

Properties§

Source§

readonly operation?: "get"

Default: "get"

Source§

readonly options?: { recipientPostalCode?: string }

Default: {}

Source§

readonly trackingNumber?: string