Skip to main content

ChargebackEvent

No description

type ChargebackEvent {
id: ID!
type: String!
accountId: ID!
objectId: ID!
objectType: String!
object: ChargebackEventObject!
createdAt: AWSTimestamp!
}

Fields

ChargebackEvent.id ● ID! non-null scalar

Identifier of this history entry.

ChargebackEvent.type ● String! non-null scalar

What happened, for example chargeback.won.

ChargebackEvent.accountId ● ID! non-null scalar

Account the disputed payment belongs to.

ChargebackEvent.objectId ● ID! non-null scalar

Chargeback this entry belongs to.

ChargebackEvent.objectType ● String! non-null scalar

Kind of object this entry describes. Always chargeback here.

ChargebackEvent.object ● ChargebackEventObject! non-null object

The chargeback as it stood at this point.

ChargebackEvent.createdAt ● AWSTimestamp! non-null scalar

When this entry was recorded, as a unix timestamp.

Member Of

ChargebackEventsConnection object