@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
78 lines • 1.77 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.InputDetail = void 0;
class InputDetail {
static getAttributeTypeMap() {
return InputDetail.attributeTypeMap;
}
constructor() {
}
}
exports.InputDetail = InputDetail;
InputDetail.discriminator = undefined;
InputDetail.mapping = undefined;
InputDetail.attributeTypeMap = [
{
"name": "configuration",
"baseName": "configuration",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "details",
"baseName": "details",
"type": "Array<SubInputDetail>",
"format": ""
},
{
"name": "inputDetails",
"baseName": "inputDetails",
"type": "Array<SubInputDetail>",
"format": ""
},
{
"name": "itemSearchUrl",
"baseName": "itemSearchUrl",
"type": "string",
"format": ""
},
{
"name": "items",
"baseName": "items",
"type": "Array<Item>",
"format": ""
},
{
"name": "key",
"baseName": "key",
"type": "string",
"format": ""
},
{
"name": "optional",
"baseName": "optional",
"type": "boolean",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
},
{
"name": "value",
"baseName": "value",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=inputDetail.js.map