scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
9 lines (8 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPagBankConfigOption = void 0;
var EPagBankConfigOption;
(function (EPagBankConfigOption) {
EPagBankConfigOption["INSTALLMENTS_LIMIT"] = "INSTALLMENTS_LIMIT";
EPagBankConfigOption["INTEREST_FREE_INSTALLMENTS"] = "INTEREST_FREE_INSTALLMENTS";
})(EPagBankConfigOption || (exports.EPagBankConfigOption = EPagBankConfigOption = {}));