UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

12 lines 535 B
"use strict"; 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