@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxIdDTO = void 0;
var TaxIdDTO;
(function (TaxIdDTO) {
TaxIdDTO.discriminator = 'TaxIdDTO';
TaxIdDTO.attributeTypeMap = [
{
name: 'number',
baseName: 'number',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(TaxIdDTO || (exports.TaxIdDTO = TaxIdDTO = {}));
//# sourceMappingURL=taxIdDTO.js.map