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
/
line.d.ts
11 lines
(10 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
QPayLine
=
{
tax_product_code:
string;
line_description:
string;
line_quantity:
string;
line_unit_price:
string;
note:
""
;
discounts:
[]
;
surcharges:
[]
;
taxes:
[]
;
}
;