PaymentLinksCollectionSegment
A segment of a collection.
type PaymentLinksCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [PaymentLink!]
totalCount: Int!
}
Fields
PaymentLinksCollectionSegment.pageInfo
● CollectionSegmentInfo!
non-null object
Information to aid in pagination.
PaymentLinksCollectionSegment.items
● [PaymentLink!]
list object
A flattened list of the items.
PaymentLinksCollectionSegment.totalCount
● Int!
non-null scalar
Returned By
paymentLinks
query