@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
13 lines • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CancellationReason = void 0;
/** @description Reasons for cancellation */
var CancellationReason;
(function (CancellationReason) {
CancellationReason["Other"] = "other";
CancellationReason["NotReady"] = "not_ready";
CancellationReason["CostTooHigh"] = "cost_too_high";
CancellationReason["ServiceTooSlow"] = "service_too_slow";
CancellationReason["CarrierFailedPickup"] = "carrier_failed_pickup";
})(CancellationReason || (exports.CancellationReason = CancellationReason = {}));
//# sourceMappingURL=cancellation-reason.js.map