securepay
Version:
https://www.securepay.com.au/
10 lines (9 loc) • 369 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardPaymentInstrumentsService = void 0;
var CardPaymentInstrumentsService = /** @class */ (function () {
function CardPaymentInstrumentsService(options) {
}
return CardPaymentInstrumentsService;
}());
exports.CardPaymentInstrumentsService = CardPaymentInstrumentsService;
;