UNPKG

@criapix/saas-assinaturas-client

Version:

SDK JavaScript/TypeScript para o AssinaturasService - Sistema de gestão de assinaturas SaaS com processamento de pagamentos de faturas (cartão, PIX, débito), gerenciamento de métodos de pagamento, pagamentos recorrentes e análise de falhas de pagamento

16 lines 780 B
export var PaymentStatus; (function (PaymentStatus) { PaymentStatus[PaymentStatus["Pending"] = 0] = "Pending"; PaymentStatus[PaymentStatus["Processing"] = 1] = "Processing"; PaymentStatus[PaymentStatus["Approved"] = 2] = "Approved"; PaymentStatus[PaymentStatus["Rejected"] = 3] = "Rejected"; PaymentStatus[PaymentStatus["Cancelled"] = 4] = "Cancelled"; PaymentStatus[PaymentStatus["Refunded"] = 5] = "Refunded"; PaymentStatus[PaymentStatus["Failed"] = 6] = "Failed"; })(PaymentStatus || (PaymentStatus = {})); export var PaymentType; (function (PaymentType) { PaymentType[PaymentType["OneTime"] = 0] = "OneTime"; PaymentType[PaymentType["Recurring"] = 1] = "Recurring"; })(PaymentType || (PaymentType = {})); //# sourceMappingURL=Payment.js.map