UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

16 lines (15 loc) 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EzidebitDirectDebit = void 0; var EzidebitDirectDebit = /** @class */ (function () { function EzidebitDirectDebit(customerId, paymentReference, amountInCents, ezidebitCustomerId, debitDate, username) { this.customerId = customerId; this.paymentReference = paymentReference; this.amountInCents = amountInCents; this.ezidebitCustomerId = ezidebitCustomerId; this.debitDate = debitDate; this.username = username; } return EzidebitDirectDebit; }()); exports.EzidebitDirectDebit = EzidebitDirectDebit;