OBJECT
PaymentTransactionEdge
An element in a paginated list of payment transactions, and its metadata.
link GraphQL Schema definition
1 type PaymentTransactionEdge { 2 3 # Offset acting as a cursor. 4 : Cursor! 5 6 # The element node. 7 : PaymentTransaction 8 9 }