@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
48 lines • 1.13 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.Passcodes = void 0;
class Passcodes {
static getAttributeTypeMap() {
return Passcodes.attributeTypeMap;
}
constructor() {
}
}
exports.Passcodes = Passcodes;
Passcodes.discriminator = undefined;
Passcodes.mapping = undefined;
Passcodes.attributeTypeMap = [
{
"name": "adminMenuPin",
"baseName": "adminMenuPin",
"type": "string",
"format": ""
},
{
"name": "refundPin",
"baseName": "refundPin",
"type": "string",
"format": ""
},
{
"name": "screenLockPin",
"baseName": "screenLockPin",
"type": "string",
"format": ""
},
{
"name": "txMenuPin",
"baseName": "txMenuPin",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=passcodes.js.map