UNPKG

paymaya-node-sdk

Version:

Node.js Client for Paymaya API

7 lines (6 loc) 118 B
module.exports = ItemAmount; function ItemAmount() { this.currency = ""; this.value = "0.00"; this.details = ""; }