UNPKG

@atomixdesign/nodepay-pay-way

Version:

Nodepay strategy for the WestPac PayWay payment gateway.

14 lines (13 loc) 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaywayDirectDebit = void 0; var PaywayDirectDebit = /** @class */ (function () { function PaywayDirectDebit(customerId, paymentReference, amountInCents, customerIpAddress) { this.customerId = customerId; this.paymentReference = paymentReference; this.amountInCents = amountInCents; this.customerIpAddress = customerIpAddress; } return PaywayDirectDebit; }()); exports.PaywayDirectDebit = PaywayDirectDebit;