| Field | Type | Required | Description |
|---|---|---|---|
paginated |
Optional<Boolean> | ➖ | Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated. |
limit |
Optional<Long> | ➖ | Applies a limit to the number of results returned. Can be used for paginating the results together with offset. |
offset |
Optional<Long> | ➖ | Skip the first offset results when paginating.Needs to be an integer greater or equal to zero. To be used in conjunction with limit. |
status |
Optional<GetCommerceSubscriptionItemListQueryParamStatus> | ➖ | Filter subscription items by status |
payerType |
Optional<QueryParamPayerType> | ➖ | Filter subscription items by payer type |
planId |
Optional<String> | ➖ | Filter subscription items by plan ID |
includeFree |
Optional<Boolean> | ➖ | Whether to include free plan subscription items |
query |
Optional<String> | ➖ | Search query to filter subscription items |