Skip to main content

RefundLineCountableConnection

No description

type RefundLineCountableConnection {
pageInfo: PageInfo!
edges: [RefundLineCountableEdge!]!
totalCount: Int
}

Fields

RefundLineCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

RefundLineCountableConnection.edges ● [RefundLineCountableEdge!]! non-null object

RefundLineCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member Of

Refund object ● VendorPayout object

Was this page helpful?