UNPKG
qpay
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
QPay API integration
github.com/mnmonherdene1234/qpay
mnmonherdene1234/qpay
qpay
/
dist
/
types
/
create-invoice.d.ts
9 lines
(8 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
QPayCreateInvoice
= {
invoice_code
?:
string
;
sender_invoice_no
:
string
;
invoice_receiver_code
:
string
;
invoice_description
:
string
;
amount
:
number
;
callback_url
:
string
; };