UNPKG

payroc_ibx

Version:

This is an SDK for transaction processing with IBX gateway

11 lines (8 loc) 202 B
"use strict"; var ProcessCardPayload = function () { this.amount = null; this.token = null; this.transaction_type = null; this.ext_data = null; }; module.exports = ProcessCardPayload;