UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPagBankShippingType = void 0; var EPagBankShippingType; (function (EPagBankShippingType) { EPagBankShippingType["FIXED"] = "FIXED"; EPagBankShippingType["FREE"] = "FREE"; EPagBankShippingType["CALCULATE"] = "CALCULATE"; })(EPagBankShippingType || (exports.EPagBankShippingType = EPagBankShippingType = {}));