UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationCreateFollowUpRfiRequestDto = void 0; var SimulationCreateFollowUpRfiRequestDto; (function (SimulationCreateFollowUpRfiRequestDto) { SimulationCreateFollowUpRfiRequestDto.discriminator = 'SimulationCreateFollowUpRfiRequestDto'; SimulationCreateFollowUpRfiRequestDto.attributeTypeMap = [ { name: 'questions', baseName: 'questions', type: 'Array<SimulationRfiFollowupQuestionRequestDto>', }, ]; })(SimulationCreateFollowUpRfiRequestDto || (exports.SimulationCreateFollowUpRfiRequestDto = SimulationCreateFollowUpRfiRequestDto = {})); //# sourceMappingURL=simulationCreateFollowUpRfiRequestDto.js.map