SubscriptionChargesRequestModel
Defines sort order, filters and fields for charges event included in the response.
Name | Description | Type | Additional Information |
---|---|---|---|
SubscriptionChargesFilterFields |
Filters the charges events (optional, multiple parameters can be added) e.g. "IsTrial": "eq:false". |
SubscriptionChargesFilterFields |
Optional. |
Sorting |
Controls sort order of the events in the response (optional, multiple parameters can be added) e.g. {"IsTrial" : "Ascending"}. |
ChargesSorting |
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. |
ChargesFields |
Optional. |