@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
12 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InsuranceProviders = void 0;
/** @description Who provides insurance */
var InsuranceProviders;
(function (InsuranceProviders) {
InsuranceProviders["None"] = "None";
InsuranceProviders["ShipStation"] = "ShipStation";
InsuranceProviders["Carrier"] = "Carrier";
InsuranceProviders["External"] = "External";
})(InsuranceProviders || (exports.InsuranceProviders = InsuranceProviders = {}));
//# sourceMappingURL=insurance-providers.js.map