@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
17 lines • 580 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateManifestResponse = void 0;
const base_response_1 = require("./base-response");
/** @description Basic structure for a response to create a manifest */
class CreateManifestResponse extends base_response_1.BaseResponse {
transaction_id;
manifests;
errors;
manifest_request_id;
manifest_status;
total_shipments;
total_invalid;
manifest_identifiers;
}
exports.CreateManifestResponse = CreateManifestResponse;
//# sourceMappingURL=create-manifest-response.js.map