# ChargebackEvent

No description

```
type ChargebackEvent {

  id: ID!

  type: String!

  accountId: ID!

  objectId: ID!

  objectType: String!

  object: ChargebackEventObject!

  createdAt: AWSTimestamp!

}
```

### Fields[​](#fields "Direct link to Fields")

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

Identifier of this history entry.

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

What happened, for example `chargeback.won`.

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

Account the disputed payment belongs to.

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

Chargeback this entry belongs to.

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

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

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

The chargeback as it stood at this point.

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

When this entry was recorded, as a unix timestamp.

### Member Of[​](#member-of "Direct link to Member Of")

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