ChargesSorting

Class Used for sorting using Fields available to sort.

NameDescriptionTypeAdditional Information
Parameters

Dictionary consists of key/value pairs. Keys represent field names and values define the sort order (ascending or descending).
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".