UNPKG

@paytrail/paytrail-js-sdk

Version:

The goal for this project is to develop a Javascript SDK for the Paytrail payment service. The aim is to provide JS developers with an easier and more streamlined way to integrate our API into their applications.

14 lines (13 loc) 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreatePaymentData = exports.CreatePaymentResponse = void 0; const response_model_1 = require("./response-model"); /** * Class CreatePaymentResponse */ class CreatePaymentResponse extends response_model_1.Response { } exports.CreatePaymentResponse = CreatePaymentResponse; class CreatePaymentData { } exports.CreatePaymentData = CreatePaymentData;