UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

13 lines (12 loc) 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EzidebitCharge = void 0; var EzidebitCharge = /** @class */ (function () { function EzidebitCharge(orderNumber, amountInCents, customerName) { this.orderNumber = orderNumber; this.amountInCents = amountInCents; this.customerName = customerName; } return EzidebitCharge; }()); exports.EzidebitCharge = EzidebitCharge;