UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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