UNPKG

payroc_ibx

Version:

This is an SDK for transaction processing with IBX gateway

11 lines (9 loc) 200 B
"use strict"; var AddressData = function () { this.line1 = null; this.line2 = null; this.city = null; this.state = null; this.postal_code = null; }; module.exports = AddressData;