SubscriptionChargesEventsRequestModel
Defines sort order, filters and fields for charges event included in the response.
Name | Description | Type | Additional Information |
---|---|---|---|
SubscriptionChargesEventFilterFields |
Filters the charges events (optional, multiple parameters can be added) e.g. "IsTrial": "eq:false". |
SubscriptionChargesEventsFilterFields |
Optional. |
Sorting |
Controls sort order of the events in the response (optional, multiple parameters can be added) e.g. {"IsTrial","Ascending"}. |
EventSorting |
Optional. |
Fields |
Defines the fields to be included in the response. (optional, multiple parameters can be added).The parameter is case-insensitive(e.g. ["IsTrial", "chargeCode"]). If it is omitted, the response will include all possible fields by default. |
EventFields |
Optional. |