UNPKG

paymaya-node-sdk

Version:

Node.js Client for Paymaya API

11 lines (9 loc) 165 B
module.exports = Address; function Address() { this.line1 = ""; this.line2 = ""; this.city = ""; this.state = ""; this.zipCode = ""; this.countryCode = ""; }