Enum CustomerPricing.PriceType
Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public enum PriceType
  Fields
| Name | Description | 
|---|---|
| AllCustomers | Gets prices valid for all customers. PriceCode must be an empty string when AllCustomers is specified.  | 
      
| PriceGroup | Gets prices valid for a specific price group. PriceCode must be the price group identifier.  | 
      
| UserName | Gets prices valid for a specific customer. PriceCode must be the customer's username.  |