UNPKG

paymaya-node-sdk

Version:

Node.js Client for Paymaya API

12 lines (9 loc) 175 B
module.exports = Item; function Item() { this.name = ""; this.code = ""; this.description = ""; this.quantity = "0.00"; this.amount = null; this.totalAmount = null; }