UNPKG

@adyen/api-library

Version:

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

84 lines 2.06 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.TransferServiceRestServiceError = void 0; class TransferServiceRestServiceError { static getAttributeTypeMap() { return TransferServiceRestServiceError.attributeTypeMap; } constructor() { } } exports.TransferServiceRestServiceError = TransferServiceRestServiceError; TransferServiceRestServiceError.discriminator = undefined; TransferServiceRestServiceError.mapping = undefined; TransferServiceRestServiceError.attributeTypeMap = [ { "name": "detail", "baseName": "detail", "type": "string", "format": "" }, { "name": "errorCode", "baseName": "errorCode", "type": "string", "format": "" }, { "name": "instance", "baseName": "instance", "type": "string", "format": "" }, { "name": "invalidFields", "baseName": "invalidFields", "type": "Array<InvalidField>", "format": "" }, { "name": "requestId", "baseName": "requestId", "type": "string", "format": "" }, { "name": "response", "baseName": "response", "type": "any", "format": "" }, { "name": "routingDetails", "baseName": "routingDetails", "type": "Array<RoutingDetails>", "format": "" }, { "name": "status", "baseName": "status", "type": "number", "format": "int32" }, { "name": "title", "baseName": "title", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=transferServiceRestServiceError.js.map