Class CustomerPricing.PriceType
Inheritance
System.Object
CustomerPricing.PriceType
Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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 |