UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

51 lines 1.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationBusinessAttachmentApiDto = void 0; var SimulationBusinessAttachmentApiDto; (function (SimulationBusinessAttachmentApiDto) { SimulationBusinessAttachmentApiDto.validTagEnum = [ 'ACRA_COMPANY_PROFILE_DOCUMENT', 'ANNUAL_REPORT', 'ANNUAL_RETURN', 'ARTICLES_OF_ASSOCIATION', 'ASIC_CURRENT_COMPANY_EXTRACT', 'ASSUMED_NAME_CERTIFICATE', 'BUSINESS_LICENSE', 'CERTIFICATE_OF_INCORPORATION', 'CERTIFICATION_REGISTRATION', 'COMPANY_CERTIFICATE', 'COMPANY_CONSTITUTION', 'COMPANY_PROFILE', 'CONFIRMATION_STATEMENT', 'DIRECTOR_LIST', 'LEGAL_NAME_AND_ADDRESS', 'OPERATING_AGREEMENT', 'PARTNERSHIP_AGREEMENT', 'REGISTRATION_CERTIFICATE', 'SHAREHOLDING_STRUCTURE_CHART', 'SUPPORTIVE_OTHER', 'THIRD_PARTY_SHAREHOLDING_DOCUMENT', 'TRUST_DEED', 'UBO_SUPPORTIVE', 'UNIT_HOLDER_REGISTER', ]; SimulationBusinessAttachmentApiDto.discriminator = 'SimulationBusinessAttachmentApiDto'; SimulationBusinessAttachmentApiDto.attributeTypeMap = [ { name: 'description', baseName: 'description', type: 'string', }, { name: 'file_id', baseName: 'file_id', type: 'string', }, { name: 'tag', baseName: 'tag', type: 'SimulationBusinessAttachmentApiDto.TagEnum', }, ]; })(SimulationBusinessAttachmentApiDto || (exports.SimulationBusinessAttachmentApiDto = SimulationBusinessAttachmentApiDto = {})); //# sourceMappingURL=simulationBusinessAttachmentApiDto.js.map