UNPKG

@adyen/api-library

Version:

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

84 lines 2.15 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.TechnicalCancelRequest = void 0; class TechnicalCancelRequest { static getAttributeTypeMap() { return TechnicalCancelRequest.attributeTypeMap; } constructor() { } } exports.TechnicalCancelRequest = TechnicalCancelRequest; TechnicalCancelRequest.discriminator = undefined; TechnicalCancelRequest.mapping = undefined; TechnicalCancelRequest.attributeTypeMap = [ { "name": "additionalData", "baseName": "additionalData", "type": "{ [key: string]: string; }", "format": "" }, { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string", "format": "" }, { "name": "modificationAmount", "baseName": "modificationAmount", "type": "Amount | null", "format": "" }, { "name": "mpiData", "baseName": "mpiData", "type": "ThreeDSecureData | null", "format": "" }, { "name": "originalMerchantReference", "baseName": "originalMerchantReference", "type": "string", "format": "" }, { "name": "platformChargebackLogic", "baseName": "platformChargebackLogic", "type": "PlatformChargebackLogic | null", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "splits", "baseName": "splits", "type": "Array<Split>", "format": "" }, { "name": "tenderReference", "baseName": "tenderReference", "type": "string", "format": "" }, { "name": "uniqueTerminalId", "baseName": "uniqueTerminalId", "type": "string", "format": "" } ]; //# sourceMappingURL=technicalCancelRequest.js.map