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