UNPKG

@atomixdesign/nodepay-paystream

Version:

Nodepay strategy for the Paystream payment gateway.

13 lines (12 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaystreamConfig = void 0; var PaystreamConfig = /** @class */ (function () { function PaystreamConfig(username, apiKey, apiRoot) { this.username = username; this.apiKey = apiKey; this.apiRoot = apiRoot; } return PaystreamConfig; }()); exports.PaystreamConfig = PaystreamConfig;