Enum SubscriptionsSortField
Defines fields in the Subscription record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum SubscriptionsSortField
  Fields
| Name | Description | 
|---|---|
| ConsumerName | Name of the Consumer account that subscription belongs to.  | 
      
| Created | Created date and time.  | 
      
| Expiration | Subscription expiration date and time (UTC).  | 
      
| Name | Subscription name.  | 
      
| ProductName | Name of the Product included in this subscription.  | 
      
| Status | Current status of the subscription.  |