UNPKG

paymaya-node-sdk

Version:

Node.js Client for Paymaya API

11 lines (8 loc) 199 B
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"; }