Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CustomerPricing.PriceType

Inheritance
System.Object
CustomerPricing.PriceType
Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class PriceType : Enum

Fields

AllCustomers

Gets prices valid for all customers. PriceCode must be an empty string when AllCustomers is specified.

Declaration
public const CustomerPricing.PriceType AllCustomers
Field Value
Type Description
CustomerPricing.PriceType

PriceGroup

Gets prices valid for a specific price group. PriceCode must be the price group identifier.

Declaration
public const CustomerPricing.PriceType PriceGroup
Field Value
Type Description
CustomerPricing.PriceType

UserName

Gets prices valid for a specific customer. PriceCode must be the customer's username.

Declaration
public const CustomerPricing.PriceType UserName
Field Value
Type Description
CustomerPricing.PriceType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32