Skip to main content

RefundSubscriptionEventEdge

No description

type RefundSubscriptionEventEdge implements SubscriptionEventEdge {
node: Refund!
subscriptionId: ID!
eventId: ID!
time: Date!
}

Fields

RefundSubscriptionEventEdge.node ● Refund! non-null object

RefundSubscriptionEventEdge.subscriptionId ● ID! non-null scalar

RefundSubscriptionEventEdge.eventId ● ID! non-null scalar

RefundSubscriptionEventEdge.time ● Date! non-null scalar

Interfaces

SubscriptionEventEdge interface