OBJECT

PaymentTransactionEdge

An element in a paginated list of payment transactions, and its metadata.

link GraphQL Schema definition

1type PaymentTransactionEdge {
2
3# Offset acting as a cursor.
4cursor: Cursor!
5
6# The element node.
7node: PaymentTransaction
8
9}