UNPKG

@adyen/api-library

Version:

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

71 lines 1.81 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.BusinessDetails = void 0; class BusinessDetails { static getAttributeTypeMap() { return BusinessDetails.attributeTypeMap; } } exports.BusinessDetails = BusinessDetails; BusinessDetails.discriminator = undefined; BusinessDetails.attributeTypeMap = [ { "name": "doingBusinessAs", "baseName": "doingBusinessAs", "type": "string" }, { "name": "legalBusinessName", "baseName": "legalBusinessName", "type": "string" }, { "name": "listedUltimateParentCompany", "baseName": "listedUltimateParentCompany", "type": "Array<UltimateParentCompany>" }, { "name": "registrationNumber", "baseName": "registrationNumber", "type": "string" }, { "name": "shareholders", "baseName": "shareholders", "type": "Array<ShareholderContact>" }, { "name": "signatories", "baseName": "signatories", "type": "Array<SignatoryContact>" }, { "name": "stockExchange", "baseName": "stockExchange", "type": "string" }, { "name": "stockNumber", "baseName": "stockNumber", "type": "string" }, { "name": "stockTicker", "baseName": "stockTicker", "type": "string" }, { "name": "taxId", "baseName": "taxId", "type": "string" } ]; //# sourceMappingURL=businessDetails.js.map