RefundPaymentCountableConnection
No description
type RefundPaymentCountableConnection {
pageInfo: PageInfo!
edges: [RefundPaymentCountableEdge!]!
totalCount: Int
}
Fields
RefundPaymentCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
RefundPaymentCountableConnection.edges ● [RefundPaymentCountableEdge!]! non-null object
RefundPaymentCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Member Of
Refund object