@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.54 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.AndroidCertificate = void 0;
class AndroidCertificate {
static getAttributeTypeMap() {
return AndroidCertificate.attributeTypeMap;
}
constructor() {
}
}
exports.AndroidCertificate = AndroidCertificate;
AndroidCertificate.discriminator = undefined;
AndroidCertificate.mapping = undefined;
AndroidCertificate.attributeTypeMap = [
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "extension",
"baseName": "extension",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "notAfter",
"baseName": "notAfter",
"type": "Date",
"format": "date-time"
},
{
"name": "notBefore",
"baseName": "notBefore",
"type": "Date",
"format": "date-time"
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=androidCertificate.js.map