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
/
ItemAmountDetails.js
11 lines
(8 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports = ItemAmountDetails; function ItemAmountDetails() {
this
.discount =
"0.00"
;
this
.serviceCharge =
"0.00"
;
this
.shippingFee =
"0.00"
;
this
.tax =
"0.00"
;
this
.subTotal =
"0.00"
; }