UNPKG

@adyen/api-library

Version:

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

63 lines 1.61 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.PaymentResponse = void 0; /** * It conveys Information related to the Payment transaction processed by the POI System. Content of the Payment Response message. */ class PaymentResponse { static getAttributeTypeMap() { return PaymentResponse.attributeTypeMap; } constructor() { } } exports.PaymentResponse = PaymentResponse; PaymentResponse.discriminator = undefined; PaymentResponse.mapping = undefined; PaymentResponse.attributeTypeMap = [ { "name": "Response", "baseName": "Response", "type": "Response", "format": "" }, { "name": "SaleData", "baseName": "SaleData", "type": "SaleData", "format": "" }, { "name": "POIData", "baseName": "POIData", "type": "POIData", "format": "" }, { "name": "PaymentResult", "baseName": "PaymentResult", "type": "PaymentResult | null", "format": "" }, { "name": "LoyaltyResult", "baseName": "LoyaltyResult", "type": "Array<LoyaltyResult>", "format": "" }, { "name": "PaymentReceipt", "baseName": "PaymentReceipt", "type": "Array<PaymentReceipt>", "format": "" } ]; //# sourceMappingURL=paymentResponse.js.map