UNPKG

payroc_ibx

Version:

This is an SDK for transaction processing with IBX gateway

11 lines (8 loc) 183 B
"use strict"; var BatchPayload = function () { this.gatewayId = null; this.beginDt = null; this.endDt = null; this.extData = null; }; module.exports = BatchPayload;