@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 994 B
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.InvalidField = void 0;
class InvalidField {
static getAttributeTypeMap() {
return InvalidField.attributeTypeMap;
}
constructor() {
}
}
exports.InvalidField = InvalidField;
InvalidField.discriminator = undefined;
InvalidField.mapping = undefined;
InvalidField.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "value",
"baseName": "value",
"type": "string",
"format": ""
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=invalidField.js.map