UNPKG

@atomixdesign/nodepay-fatzebra

Version:

Nodepay strategy for the Fatzebra payment gateway.

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