UNPKG

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) 233 B
export default class Apis { /** Base URL */ static readonly moyasarUrl: string; /** invoices [end-point] */ static readonly invoices: string; /** payments [end-point] */ static payments(id: string): string; }