@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
61 lines • 1.53 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.ReportNotificationData = void 0;
class ReportNotificationData {
static getAttributeTypeMap() {
return ReportNotificationData.attributeTypeMap;
}
}
exports.ReportNotificationData = ReportNotificationData;
ReportNotificationData.discriminator = undefined;
ReportNotificationData.attributeTypeMap = [
{
"name": "accountHolder",
"baseName": "accountHolder",
"type": "ResourceReference | null"
},
{
"name": "balanceAccount",
"baseName": "balanceAccount",
"type": "ResourceReference | null"
},
{
"name": "balancePlatform",
"baseName": "balancePlatform",
"type": "string"
},
{
"name": "creationDate",
"baseName": "creationDate",
"type": "Date"
},
{
"name": "downloadUrl",
"baseName": "downloadUrl",
"type": "string"
},
{
"name": "fileName",
"baseName": "fileName",
"type": "string"
},
{
"name": "id",
"baseName": "id",
"type": "string"
},
{
"name": "reportType",
"baseName": "reportType",
"type": "string"
}
];
//# sourceMappingURL=reportNotificationData.js.map