@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
48 lines • 1.1 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.SDKEphemPubKey = void 0;
class SDKEphemPubKey {
static getAttributeTypeMap() {
return SDKEphemPubKey.attributeTypeMap;
}
constructor() {
}
}
exports.SDKEphemPubKey = SDKEphemPubKey;
SDKEphemPubKey.discriminator = undefined;
SDKEphemPubKey.mapping = undefined;
SDKEphemPubKey.attributeTypeMap = [
{
"name": "crv",
"baseName": "crv",
"type": "string",
"format": ""
},
{
"name": "kty",
"baseName": "kty",
"type": "string",
"format": ""
},
{
"name": "x",
"baseName": "x",
"type": "string",
"format": ""
},
{
"name": "y",
"baseName": "y",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=sDKEphemPubKey.js.map