SubscriptionChargesEventsRequestModel

Defines sort order, filters and fields for charges event included in the response.

NameDescriptionTypeAdditional Information
SubscriptionChargesEventFilterFields

Defines the charges event filter fields. Each parameter is defined by operator:value pairs. For example the condition IsTrial equal to true is represented by "IsTrail": "eq:true".

SubscriptionChargesEventsFilterFields

Optional

Sorting

Controls the sort order of the events in the response. Multiple parameters can be specified, for example, { "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. For example: "IsTrial", "chargeCode" . If it is omitted, the response will include all possible fields by default.

EventFields

Optional