UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

14 lines 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Document = void 0; /** @description Basic structure for a document */ class Document { /** @description The document type(s) being returned. In most cases this is just a single document type; however, some carriers return multiple document types in the same PDF or ZPL */ type; /** @description Base64 encoded data for the document */ data; /** @description The format the document is in (Pdf, Zpl, etc) */ format; } exports.Document = Document; //# sourceMappingURL=document.js.map