Pular para o conteúdo principal

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.

A flattened list of the items.

PaymentLinksCollectionSegment.totalCount ● Int! non-null scalar

Returned By

paymentLinks query