scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
10 lines (9 loc) • 458 B
JavaScript
;
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 = {}));