ChargesSorting

Class Used for sorting using Fields available to sort.

NameDescriptionTypeAdditional Information
Parameters

Dictionary parameters used for sorting. The key is the sorting parameter by which results need to be sorted and the value is the sort order.
Key is case insensitive.

Dictionary of string [key] and string [value]

Charge sorting parameters is one or more of these fields:
ChargeCode, CustomerName, CustomerType, ChargeName, IsTrial, IsAutoRenew, EffectiveDate, EndDate, ChargeType, ProductName, ProductType, BillableItem, Price, TermPrice, Currency, Quantity, Total, Description, SubscriptionStartDate, SubscriptionCanceled, SubscriptionCanceledDate, InitialTerm, CurrentTerm, CommitmentTerm, TermStartDate, TermEndDate.
Sort order is either "Ascending" or "Descending".