UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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