UNPKG

paymaya-node-sdk

Version:

Node.js Client for Paymaya API

12 lines (9 loc) 194 B
module.exports = Buyer; function Buyer() { this.firstName = ""; this.middleName = ""; this.lastName = ""; this.contact = null; this.shippingAddress = null; this.billingAddress = null; }