starkbank
Version:
SDK to facilitate Node integrations with Stark Bank
11 lines (9 loc) • 355 B
JavaScript
const boletoPayment = require('./boletoPayment.js');
exports.log = require('./log');
exports.create = boletoPayment.create;
exports.delete = boletoPayment.delete;
exports.query = boletoPayment.query;
exports.get = boletoPayment.get;
exports.pdf = boletoPayment.pdf;
exports.page = boletoPayment.page;
exports.BoletoPayment = boletoPayment.BoletoPayment;