UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

30 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateLabelResponse = void 0; const base_response_1 = require("./base-response"); /** @description Basic structure for a response to create a label */ class CreateLabelResponse extends base_response_1.BaseResponse { transaction_id; label_download; form_download; paperless_details; documents; packages; billing_line_items; tracking_number; tracking_url; trackable; alternative_identifiers; estimated_delivery_datetime; consolidator_service_code; /** @description The carrier pickup window is the time designated when the carrier will pickup your package from the initial location */ carrier_pickup_window; /** @description The delivery window is the time designated when the carrier will drop off the package to the recipient */ delivery_window; relay_points; dropoff_location; pickup_location; carrier_weight; } exports.CreateLabelResponse = CreateLabelResponse; //# sourceMappingURL=create-label-response.js.map