With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Enum CustomerPricing.PriceType

Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
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.

Extension Methods