@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationRfiFollowupQuestionRequestDto = void 0;
var SimulationRfiFollowupQuestionRequestDto;
(function (SimulationRfiFollowupQuestionRequestDto) {
SimulationRfiFollowupQuestionRequestDto.discriminator = 'SimulationRfiFollowupQuestionRequestDto';
SimulationRfiFollowupQuestionRequestDto.attributeTypeMap = [
{
name: 'answer',
baseName: 'answer',
type: 'SimulationRfiAnswerRequestDto',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
];
})(SimulationRfiFollowupQuestionRequestDto || (exports.SimulationRfiFollowupQuestionRequestDto = SimulationRfiFollowupQuestionRequestDto = {}));
//# sourceMappingURL=simulationRfiFollowupQuestionRequestDto.js.map