Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.7 KB

DiscountsListRequest.md

File metadata and controls

12 lines (9 loc) · 4.7 KB

DiscountsListRequest

Fields

Field Type Required Description
page ?int Page number, defaults to 1.
limit ?int Size of a page, defaults to 10. Maximum is 100.
organizationId string|array|null Filter by organization ID.
query ?string Filter by name.
sorting array<Components\DiscountSortProperty> Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.