UNPKG

cecon-interfaces

Version:
14 lines (13 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EFeePayer = void 0; var EFeePayer; (function (EFeePayer) { EFeePayer["MERCHANT"] = "MERCHANT"; EFeePayer["PLATFORM"] = "PLATFORM"; })(EFeePayer || (exports.EFeePayer = EFeePayer = {})); /** * MERCHANT: O pagador da transação é o lojista. * PLATFORM: O pagador da transação é a plataforma. * Usado nos fees para saber de onde sairá o valor do fee. */