UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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