UNPKG

payroc_ibx

Version:

This is an SDK for transaction processing with IBX gateway

11 lines (9 loc) 193 B
"use strict"; var CardData = function (){ this.name = null; this.number = null; this.cvv = null; this.exp_month = null; this.exp_year = null; }; module.exports = CardData;