UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

46 lines 1.37 kB
"use strict"; /* * The version of the OpenAPI document: v6 * Contact: developer-experience@adyen.com * * 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.UltimateParentCompanyBusinessDetails = void 0; class UltimateParentCompanyBusinessDetails { static getAttributeTypeMap() { return UltimateParentCompanyBusinessDetails.attributeTypeMap; } } exports.UltimateParentCompanyBusinessDetails = UltimateParentCompanyBusinessDetails; UltimateParentCompanyBusinessDetails.discriminator = undefined; UltimateParentCompanyBusinessDetails.attributeTypeMap = [ { "name": "legalBusinessName", "baseName": "legalBusinessName", "type": "string" }, { "name": "registrationNumber", "baseName": "registrationNumber", "type": "string" }, { "name": "stockExchange", "baseName": "stockExchange", "type": "string" }, { "name": "stockNumber", "baseName": "stockNumber", "type": "string" }, { "name": "stockTicker", "baseName": "stockTicker", "type": "string" } ]; //# sourceMappingURL=ultimateParentCompanyBusinessDetails.js.map