@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.34 kB
JavaScript
;
/*
* The version of the OpenAPI document: v54
*
*
* 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.DSPublicKeyDetail = void 0;
class DSPublicKeyDetail {
static getAttributeTypeMap() {
return DSPublicKeyDetail.attributeTypeMap;
}
constructor() {
}
}
exports.DSPublicKeyDetail = DSPublicKeyDetail;
DSPublicKeyDetail.discriminator = undefined;
DSPublicKeyDetail.mapping = undefined;
DSPublicKeyDetail.attributeTypeMap = [
{
"name": "brand",
"baseName": "brand",
"type": "string",
"format": ""
},
{
"name": "directoryServerId",
"baseName": "directoryServerId",
"type": "string",
"format": ""
},
{
"name": "fromSDKVersion",
"baseName": "fromSDKVersion",
"type": "string",
"format": ""
},
{
"name": "publicKey",
"baseName": "publicKey",
"type": "string",
"format": "byte"
},
{
"name": "rootCertificates",
"baseName": "rootCertificates",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=dSPublicKeyDetail.js.map