UNPKG

@adyen/api-library

Version:

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

63 lines 1.59 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.PaymentAcquirerData = void 0; /** * Data related to the response from the payment Acquirer. */ class PaymentAcquirerData { static getAttributeTypeMap() { return PaymentAcquirerData.attributeTypeMap; } constructor() { } } exports.PaymentAcquirerData = PaymentAcquirerData; PaymentAcquirerData.discriminator = undefined; PaymentAcquirerData.mapping = undefined; PaymentAcquirerData.attributeTypeMap = [ { "name": "AcquirerID", "baseName": "AcquirerID", "type": "number", "format": "" }, { "name": "MerchantID", "baseName": "MerchantID", "type": "string", "format": "" }, { "name": "AcquirerPOIID", "baseName": "AcquirerPOIID", "type": "string", "format": "" }, { "name": "AcquirerTransactionID", "baseName": "AcquirerTransactionID", "type": "TransactionIDType | null", "format": "" }, { "name": "ApprovalCode", "baseName": "ApprovalCode", "type": "string", "format": "" }, { "name": "HostReconciliationID", "baseName": "HostReconciliationID", "type": "string", "format": "" } ]; //# sourceMappingURL=paymentAcquirerData.js.map