Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.7 KB

SubscriptionsListRequest.md

File metadata and controls

15 lines (12 loc) · 6.7 KB

SubscriptionsListRequest

Fields

Field Type Required Description
organizationId string|array|null Filter by organization ID.
productId string|array|null Filter by product ID.
customerId string|array|null Filter by customer ID.
discountId string|array|null Filter by discount ID.
active ?bool Filter by active or inactive subscription.
page ?int Page number, defaults to 1.
limit ?int Size of a page, defaults to 10. Maximum is 100.
sorting array<Components\SubscriptionSortProperty> 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.