UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

17 lines 704 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Manifest = void 0; /** @description This model represents a single manifest created with a shipping provider. */ class Manifest { /** @description The unique identifier for this manifest. */ manifest_id; /** @description The resource and where it can be downloaded */ document_download; /** @deprecated This property is no longer used please use the document_download */ document_href; /** @deprecated This property is no longer used please use the document_download */ document_data; manifest_request_shipment_ids; } exports.Manifest = Manifest; //# sourceMappingURL=manifest.js.map