Skip to main content

PayoutBatchSubscriptionEventEdge

No description

type PayoutBatchSubscriptionEventEdge implements SubscriptionEventEdge {
node: PayoutBatch!
subscriptionId: ID!
eventId: ID!
time: Date!
}

Fields

PayoutBatchSubscriptionEventEdge.node ● PayoutBatch! non-null object

PayoutBatchSubscriptionEventEdge.subscriptionId ● ID! non-null scalar

PayoutBatchSubscriptionEventEdge.eventId ● ID! non-null scalar

PayoutBatchSubscriptionEventEdge.time ● Date! non-null scalar

Interfaces

SubscriptionEventEdge interface