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