UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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