@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.49 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.FinancialReport = void 0;
class FinancialReport {
static getAttributeTypeMap() {
return FinancialReport.attributeTypeMap;
}
constructor() {
}
}
exports.FinancialReport = FinancialReport;
FinancialReport.discriminator = undefined;
FinancialReport.mapping = undefined;
FinancialReport.attributeTypeMap = [
{
"name": "annualTurnover",
"baseName": "annualTurnover",
"type": "string",
"format": ""
},
{
"name": "balanceSheetTotal",
"baseName": "balanceSheetTotal",
"type": "string",
"format": ""
},
{
"name": "currencyOfFinancialData",
"baseName": "currencyOfFinancialData",
"type": "string",
"format": ""
},
{
"name": "dateOfFinancialData",
"baseName": "dateOfFinancialData",
"type": "string",
"format": ""
},
{
"name": "employeeCount",
"baseName": "employeeCount",
"type": "string",
"format": ""
},
{
"name": "netAssets",
"baseName": "netAssets",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=financialReport.js.map