SubscriptionChargesRequestModel

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

NameDescriptionTypeAdditional Information
SubscriptionChargesFilterFields

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

SubscriptionChargesFilterFields

Optional

Sorting

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

ChargesFields

Optional