@atomixdesign/nodepay-paystream
Version:
Nodepay strategy for the Paystream payment gateway.
11 lines (10 loc) • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaystreamPaymentFrequency = void 0;
// TODO: discover additional payment frequencies (not in official ref.)
var PaystreamPaymentFrequency;
(function (PaystreamPaymentFrequency) {
PaystreamPaymentFrequency["Daily"] = "Daily";
PaystreamPaymentFrequency["Weekly"] = "Weekly";
PaystreamPaymentFrequency["Monthly"] = "Monthly";
})(PaystreamPaymentFrequency = exports.PaystreamPaymentFrequency || (exports.PaystreamPaymentFrequency = {}));