UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

51 lines 1.38 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentRequest = void 0; /** * Request sent to terminal to initiate payment. It conveys Information related to the Payment transaction to process. Content of the `PaymentRequest` message. */ class PaymentRequest { static getAttributeTypeMap() { return PaymentRequest.attributeTypeMap; } constructor() { } } exports.PaymentRequest = PaymentRequest; PaymentRequest.discriminator = undefined; PaymentRequest.mapping = undefined; PaymentRequest.attributeTypeMap = [ { "name": "SaleData", "baseName": "SaleData", "type": "SaleData", "format": "" }, { "name": "PaymentTransaction", "baseName": "PaymentTransaction", "type": "PaymentTransaction", "format": "" }, { "name": "PaymentData", "baseName": "PaymentData", "type": "PaymentData | null", "format": "" }, { "name": "LoyaltyData", "baseName": "LoyaltyData", "type": "Array<LoyaltyData>", "format": "" } ]; //# sourceMappingURL=paymentRequest.js.map