@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
12 lines • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentType = void 0;
/** @description Types of documents */
var DocumentType;
(function (DocumentType) {
DocumentType["Label"] = "label";
DocumentType["CustomsForm"] = "customs_form";
DocumentType["CommercialInvoice"] = "commercial_invoice";
DocumentType["BillOfLading"] = "bill_of_lading";
})(DocumentType || (exports.DocumentType = DocumentType = {}));
//# sourceMappingURL=document-type.js.map