London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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