# TraceDetails

Information related to the user who initiated the operation, including device, browser, and dashboard user identity.

```
type TraceDetails {

  ip: AWSIPAddress

  userAgent: String

  comment: String

  countryCode: String

  lang: String

  deviceType: DeviceType

  deviceModel: String

  browser: String

  browserVersion: String

  browserAccept: String

  os: String

  osVersion: String

  source: String

  sourceVersion: String

  userId: ID

  userEmail: String

  userName: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`TraceDetails.ip`](#ip) ● [`AWSIPAddress`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awsipaddress/.md) scalar[​](#ip "Enlace directo al ip")

The IP address where the operation originated.

#### [`TraceDetails.userAgent`](#user-agent) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#user-agent "Enlace directo al user-agent")

Full user agent string of the browser session.

#### [`TraceDetails.comment`](#comment) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#comment "Enlace directo al comment")

Free-form note attached to the action.

#### [`TraceDetails.countryCode`](#country-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#country-code "Enlace directo al country-code")

Two-letter country code (ISO 3166-1 alpha-2).

#### [`TraceDetails.lang`](#lang) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#lang "Enlace directo al lang")

Two-letter language code (ISO 639-1).

#### [`TraceDetails.deviceType`](#device-type) ● [`DeviceType`](https://docs.monei.com/es/es/apis/graphql/types/enums/device-type/.md) enum[​](#device-type "Enlace directo al device-type")

Device type, could be `desktop`, `mobile`, `smartTV`, `tablet`.

#### [`TraceDetails.deviceModel`](#device-model) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#device-model "Enlace directo al device-model")

Information about the device used for the browser session (e.g., `iPhone`).

#### [`TraceDetails.browser`](#browser) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#browser "Enlace directo al browser")

The browser used in this browser session (e.g., `Mobile Safari`).

#### [`TraceDetails.browserVersion`](#browser-version) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#browser-version "Enlace directo al browser-version")

The version for the browser session (e.g., `13.1.1`).

#### [`TraceDetails.browserAccept`](#browser-accept) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#browser-accept "Enlace directo al browser-accept")

Browser accept header.

#### [`TraceDetails.os`](#os) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#os "Enlace directo al os")

Operation system (e.g., `iOS`).

#### [`TraceDetails.osVersion`](#os-version) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#os-version "Enlace directo al os-version")

Operation system version (e.g., `13.5.1`).

#### [`TraceDetails.source`](#source) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#source "Enlace directo al source")

The source component from where the operation was generated (mostly for our SDKs).

#### [`TraceDetails.sourceVersion`](#source-version) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#source-version "Enlace directo al source-version")

The source component version from where the operation was generated (mostly for our SDKs).

#### [`TraceDetails.userId`](#user-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#user-id "Enlace directo al user-id")

The ID of the user that started the operation.

#### [`TraceDetails.userEmail`](#user-email) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#user-email "Enlace directo al user-email")

The email of the user that started the operation.

#### [`TraceDetails.userName`](#user-name) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#user-name "Enlace directo al user-name")

Display name of the dashboard user who performed the action.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`Charge`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge/.md) object ● [`ChargeEventObject`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge-event-object/.md) object ● [`Payment`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment/.md) object ● [`Subscription`](https://docs.monei.com/es/es/apis/graphql/types/objects/subscription/.md) object ● [`SubscriptionEventObject`](https://docs.monei.com/es/es/apis/graphql/types/objects/subscription-event-object/.md) object
