UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 647 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrimaryContactApiDto = void 0; var PrimaryContactApiDto; (function (PrimaryContactApiDto) { PrimaryContactApiDto.discriminator = 'PrimaryContactApiDto'; PrimaryContactApiDto.attributeTypeMap = [ { name: 'email', baseName: 'email', type: 'string', }, { name: 'mobile', baseName: 'mobile', type: 'string', }, ]; })(PrimaryContactApiDto || (exports.PrimaryContactApiDto = PrimaryContactApiDto = {})); //# sourceMappingURL=primaryContactApiDto.js.map