cecon-interfaces
Version:
Interfaces de Projetos Cecon
11 lines (10 loc) • 557 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EFirebankWithdrawEvent = void 0;
var EFirebankWithdrawEvent;
(function (EFirebankWithdrawEvent) {
EFirebankWithdrawEvent["CHARGE_PAID"] = "pix.charge.paid";
EFirebankWithdrawEvent["CHARGE_EXPIRED"] = "pix.charge.expired";
EFirebankWithdrawEvent["TRANSFER_COMPLETED"] = "pix.transfer.completed";
EFirebankWithdrawEvent["TRANSFER_FAILED"] = "pix.transfer.failed";
})(EFirebankWithdrawEvent || (exports.EFirebankWithdrawEvent = EFirebankWithdrawEvent = {}));