Skip to main content

IntentDeviceAttributesInput

Information about the device making the intent

input IntentDeviceAttributesInput {
devicePlatform: PlatformEnum!
deviceType: String
deviceVersion: String
ipAddress: String
userAgent: String
mobileBrowserType: IntentMobileBrowserTypeEnum
}

Fields​

IntentDeviceAttributesInput.devicePlatform ● PlatformEnum! non-null enum​

Platform of device, ex: ANDROID or IOS

IntentDeviceAttributesInput.deviceType ● String scalar​

The type of device, ex: 'iPhone', 'iPad'

IntentDeviceAttributesInput.deviceVersion ● String scalar​

Version of the device's operating system, ex: 11.4.0, 7

IntentDeviceAttributesInput.ipAddress ● String scalar​

IP address of the requesting device

IntentDeviceAttributesInput.userAgent ● String scalar​

User agent of the requesting device

IntentDeviceAttributesInput.mobileBrowserType ● IntentMobileBrowserTypeEnum enum​

The browser that was used to view the intent

Member of​

GiftcardIntentCreateInput input ● IntentCreateInput input