@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
57 lines • 1.41 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.SecurityTrailer = void 0;
/**
* It contains information related to the security of the message. SecurityTrailer as used by Adyen.
*/
class SecurityTrailer {
static getAttributeTypeMap() {
return SecurityTrailer.attributeTypeMap;
}
constructor() {
}
}
exports.SecurityTrailer = SecurityTrailer;
SecurityTrailer.discriminator = undefined;
SecurityTrailer.mapping = undefined;
SecurityTrailer.attributeTypeMap = [
{
"name": "AdyenCryptoVersion",
"baseName": "AdyenCryptoVersion",
"type": "number",
"format": ""
},
{
"name": "KeyIdentifier",
"baseName": "KeyIdentifier",
"type": "string",
"format": ""
},
{
"name": "KeyVersion",
"baseName": "KeyVersion",
"type": "number",
"format": ""
},
{
"name": "Nonce",
"baseName": "Nonce",
"type": "string",
"format": "byte"
},
{
"name": "Hmac",
"baseName": "Hmac",
"type": "string",
"format": "byte"
}
];
//# sourceMappingURL=securityTrailer.js.map