UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ECustomerCreditLimitType = void 0; var ECustomerCreditLimitType; (function (ECustomerCreditLimitType) { ECustomerCreditLimitType["SINGLE"] = "SINGLE"; ECustomerCreditLimitType["RESETTABLE"] = "RESETTABLE"; ECustomerCreditLimitType["CUMULATIVE"] = "CUMULATIVE"; })(ECustomerCreditLimitType || (exports.ECustomerCreditLimitType = ECustomerCreditLimitType = {}));