UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

65 lines 1.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceDeviceData = void 0; var PaymentAcceptanceDeviceData; (function (PaymentAcceptanceDeviceData) { PaymentAcceptanceDeviceData.discriminator = 'PaymentAcceptanceDeviceData'; PaymentAcceptanceDeviceData.attributeTypeMap = [ { name: 'accept_header', baseName: 'accept_header', type: 'string', }, { name: 'browser', baseName: 'browser', type: 'PaymentAcceptanceBrowserData', }, { name: 'device_id', baseName: 'device_id', type: 'string', }, { name: 'ip_address', baseName: 'ip_address', type: 'string', }, { name: 'language', baseName: 'language', type: 'string', }, { name: 'location', baseName: 'location', type: 'PaymentAcceptanceLocationData', }, { name: 'mobile', baseName: 'mobile', type: 'PaymentAcceptanceMobileData', }, { name: 'screen_color_depth', baseName: 'screen_color_depth', type: 'number', }, { name: 'screen_height', baseName: 'screen_height', type: 'number', }, { name: 'screen_width', baseName: 'screen_width', type: 'number', }, { name: 'timezone', baseName: 'timezone', type: 'string', }, ]; })(PaymentAcceptanceDeviceData || (exports.PaymentAcceptanceDeviceData = PaymentAcceptanceDeviceData = {})); //# sourceMappingURL=paymentAcceptanceDeviceData.js.map