# ChargebackEvent

No description

```
type ChargebackEvent {

  id: ID!

  type: String!

  accountId: ID!

  objectId: ID!

  objectType: String!

  object: ChargebackEventObject!

  createdAt: AWSTimestamp!

}
```

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

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

Identifier of this history entry.

#### [`ChargebackEvent.type`](#type) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#type "Enlace directo al type")

What happened, for example `chargeback.won`.

#### [`ChargebackEvent.accountId`](#account-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#account-id "Enlace directo al account-id")

Account the disputed payment belongs to.

#### [`ChargebackEvent.objectId`](#object-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#object-id "Enlace directo al object-id")

Chargeback this entry belongs to.

#### [`ChargebackEvent.objectType`](#object-type) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#object-type "Enlace directo al object-type")

Kind of object this entry describes. Always `chargeback` here.

#### [`ChargebackEvent.object`](#object) ● [`ChargebackEventObject!`](https://docs.monei.com/es/es/apis/graphql/types/objects/chargeback-event-object/.md) non-null object[​](#object "Enlace directo al object")

The chargeback as it stood at this point.

#### [`ChargebackEvent.createdAt`](#created-at) ● [`AWSTimestamp!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#created-at "Enlace directo al created-at")

When this entry was recorded, as a unix timestamp.

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

[`ChargebackEventsConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/chargeback-events-connection/.md) object
