Consumer API · type

TransactionSync

Generated schema definition for TransactionSync.

Definition

graphql
type TransactionSync {
attemptedAt: Date
clientId: ID!
error: String
journalEntryId: String
provider: String!
queuedAt: Date
status: String
transactionId: ID!
}