UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

32 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationBusinessPersonAttachmentApiDto = void 0; var SimulationBusinessPersonAttachmentApiDto; (function (SimulationBusinessPersonAttachmentApiDto) { SimulationBusinessPersonAttachmentApiDto.validTagEnum = [ 'APPLICANT_SIGNATURE', 'PERSON_NAME_CHANGE_CERTIFICATE', 'PERSON_PURPORTING_TO_ACT_AUTHORISATION_LETTER', 'PROOF_OF_ADDRESS', 'SUPPORTIVE_OTHER', ]; SimulationBusinessPersonAttachmentApiDto.discriminator = 'SimulationBusinessPersonAttachmentApiDto'; SimulationBusinessPersonAttachmentApiDto.attributeTypeMap = [ { name: 'description', baseName: 'description', type: 'string', }, { name: 'file_id', baseName: 'file_id', type: 'string', }, { name: 'tag', baseName: 'tag', type: 'SimulationBusinessPersonAttachmentApiDto.TagEnum', }, ]; })(SimulationBusinessPersonAttachmentApiDto || (exports.SimulationBusinessPersonAttachmentApiDto = SimulationBusinessPersonAttachmentApiDto = {})); //# sourceMappingURL=simulationBusinessPersonAttachmentApiDto.js.map