UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 938 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PagedQueryResultDtoOfVerificationCaseResApiDto = void 0; var PagedQueryResultDtoOfVerificationCaseResApiDto; (function (PagedQueryResultDtoOfVerificationCaseResApiDto) { PagedQueryResultDtoOfVerificationCaseResApiDto.discriminator = 'PagedQueryResultDtoOfVerificationCaseResApiDto'; PagedQueryResultDtoOfVerificationCaseResApiDto.attributeTypeMap = [ { name: 'has_more', baseName: 'has_more', type: 'boolean', }, { name: 'items', baseName: 'items', type: 'Array<VerificationCaseResApiDto>', }, ]; })(PagedQueryResultDtoOfVerificationCaseResApiDto || (exports.PagedQueryResultDtoOfVerificationCaseResApiDto = PagedQueryResultDtoOfVerificationCaseResApiDto = {})); //# sourceMappingURL=pagedQueryResultDtoOfVerificationCaseResApiDto.js.map