uni-pay-web
Version:
A lightweight library for processing online payments and generating invoices with Moyasar, providing seamless payment info retrieval as well developed by UNICODE Team.
9 lines (8 loc) • 542 B
TypeScript
export { default as UniPay } from "./core/services/uniPayServices";
export { default as PaymentTransactionModel } from "./core/models/paymentTransaction";
export { default as PaymentResModel } from "./core/models/paymentRes";
export { default as UniPayConfig } from "./core/models/uniConfig";
export { default as PaymentSource } from "./core/models/paymentSource";
export { default as UniPayInvoiceDTO } from "./core/models/uniPayDto";
export { default as UniPayInvoiceModel } from "./core/models/invoiceModel";
export * from "./core/enums";