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.

11 lines (10 loc) 324 B
import { CreatePaymentRequest } from './create-payment.model'; /** * Class CreateSiSPaymentRequest * * This class is used to create a payment request object * * @see https://Paytrail.github.io/api-documentation/#/?id=create-request-body */ export declare class CreateSiSPaymentRequest extends CreatePaymentRequest { }