@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 795 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PagedQueryResultDtoOfTCBalanceDto = void 0;
var PagedQueryResultDtoOfTCBalanceDto;
(function (PagedQueryResultDtoOfTCBalanceDto) {
PagedQueryResultDtoOfTCBalanceDto.discriminator = 'PagedQueryResultDtoOfTCBalanceDto';
PagedQueryResultDtoOfTCBalanceDto.attributeTypeMap = [
{
name: 'has_more',
baseName: 'has_more',
type: 'boolean',
},
{
name: 'items',
baseName: 'items',
type: 'Array<TCBalanceDto>',
},
];
})(PagedQueryResultDtoOfTCBalanceDto || (exports.PagedQueryResultDtoOfTCBalanceDto = PagedQueryResultDtoOfTCBalanceDto = {}));
//# sourceMappingURL=pagedQueryResultDtoOfTCBalanceDto.js.map