@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
14 lines • 633 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FulfillmentPlanDetails = void 0;
/** @description This model contains information about the fulfillment plan. */
class FulfillmentPlanDetails {
/** @description A list of identifiers for the sales order. */
external_sales_order_identifiers;
/** @description Information about the fulfillment plan item. */
items;
/** @description This model represents a raw external source of information */
raw_external_source;
}
exports.FulfillmentPlanDetails = FulfillmentPlanDetails;
//# sourceMappingURL=fulfillment-plan-details.js.map