scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
34 lines (33 loc) • 1.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ESponsorIdentifier = exports.EOperationType = void 0;
var EOperationType;
(function (EOperationType) {
// mp enums :
EOperationType["INVESTMENT"] = "investment";
EOperationType["REGULAR_PAYMENT"] = "regular_payment";
EOperationType["MONEY_TRANSFER"] = "money_transfer";
EOperationType["RECURRING_PAYMENT"] = "recurring_payment";
EOperationType["ACCOUNT_FUND"] = "account_fund";
EOperationType["PAYMENT_ADDITION"] = "payment_addition";
EOperationType["CELLPHONE_RECHARGE"] = "cellphone_recharge";
EOperationType["POS_PAYMENT"] = "pos_payment";
EOperationType["MONEY_EXCHANGE"] = "money_exchange";
// arcnet enums :
EOperationType["FEE_SHIPPING"] = "Taxa de Entrega";
EOperationType["FEE_CONVENIENCE"] = "Taxa de Conveniencia";
EOperationType["NATI_PAY"] = "Nati Pay";
EOperationType["GOLIVE"] = "Go Live";
EOperationType["FIN_TAX"] = "Taxa Financeira";
EOperationType["WITHDRAW"] = "Saque em Conta";
})(EOperationType || (exports.ESponsorIdentifier = exports.EOperationType = EOperationType = {}));
// É o tipo de pagamento. Os tipos disponíveis são os seguintes.
// investment: When money is put into an investment, such as CDB, in the Mercado Pago application;
// regular_payment: Typification by default of a purchase being paid using Mercado Pago.
// money_transfer: Funds transfer between two users.
// recurring_payment: Automatic recurring payment due to an active user subscription.
// account_fund: Money income in the user's account.
// payment_addition: Addition of money to an existing payment, made through a Mercado Pago account.
// cellphone_recharge: Recharge of a user's cellphone account.
// pos_payment: Payment done through a Point of Sale.
// money_exchange: Payment to exchange currency for a user.