UNPKG
paymaya-node-sdk
Version:
latest (0.1.2)
0.1.2
0.1.0
Node.js Client for Paymaya API
paymaya-node-sdk
/
lib
/
paymaya
/
model
/
checkout
/
ItemAmount.js
7 lines
(6 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= ItemAmount; function
ItemAmount
()
{
this
.currency =
""
;
this
.value =
"0.00"
;
this
.details =
""
; }