UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 884 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryParamResponseDTO = void 0; var QueryParamResponseDTO; (function (QueryParamResponseDTO) { QueryParamResponseDTO.discriminator = 'QueryParamResponseDTO'; QueryParamResponseDTO.attributeTypeMap = [ { name: 'name', baseName: 'name', type: 'string', }, { name: 'pattern', baseName: 'pattern', type: 'string', }, { name: 'required', baseName: 'required', type: 'boolean', }, { name: 'value_of', baseName: 'value_of', type: 'string', }, ]; })(QueryParamResponseDTO || (exports.QueryParamResponseDTO = QueryParamResponseDTO = {})); //# sourceMappingURL=queryParamResponseDTO.js.map