PayMaya/PayMaya-Node-SDK

View on GitHub
lib/paymaya/model/checkout/ItemAmount.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = ItemAmount;

function ItemAmount() {
    this.currency = "";
    this.value = "0.00";
    this.details = "";
}