Skip to main content

PaymentExternalTransactionConnection

The connection type for PaymentExternalTransaction.

type PaymentExternalTransactionConnection {
edges: [PaymentExternalTransactionEdge]
nodes: [PaymentExternalTransaction]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

PaymentExternalTransactionConnection.edges ● [PaymentExternalTransactionEdge] list object

A list of edges.

PaymentExternalTransactionConnection.nodes ● [PaymentExternalTransaction] list object

A list of nodes.

PaymentExternalTransactionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PaymentExternalTransactionConnection.totalCount ● Int! non-null scalar

Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001

PaymentExternalTransactionConnection.totalPageCount ● Int! non-null scalar

Total # of pages, based on total count and pagesize

Returned By

paymentExternalTransactions query

Member Of

PaymentMerchant object