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