Skip to main content

ChargeEvent

No description

type ChargeEvent {
id: ID!
type: String!
accountId: ID!
livemode: Boolean
objectId: ID!
objectType: String!
object: ChargeEventObject!
createdAt: AWSTimestamp
}

Fields

ChargeEvent.id ● ID! non-null scalar

Charge event ID

ChargeEvent.type ● String! non-null scalar

Event type

ChargeEvent.accountId ● ID! non-null scalar

Account ID

ChargeEvent.livemode ● Boolean scalar

If the event was created in live mode

ChargeEvent.objectId ● ID! non-null scalar

The event object ID, this is the ID of the charge

ChargeEvent.objectType ● String! non-null scalar

The event object type, this is always 'charge'

ChargeEvent.object ● ChargeEventObject! non-null object

The event object

ChargeEvent.createdAt ● AWSTimestamp scalar

Event creation date as a Unix timestamp

Member Of

ChargeEventsConnection object