UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxType = void 0; var TaxType; (function (TaxType) { TaxType["VAT"] = "vat"; TaxType["GST"] = "gst"; TaxType["HST"] = "hst"; TaxType["QST"] = "qst"; TaxType["PST"] = "pst"; })(TaxType || (exports.TaxType = TaxType = {})); //# sourceMappingURL=tax-type.js.map