PriceMethod Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Defines meaning of the value on a PriceLine.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration PriceMethod
'Usage
Dim instance As PriceMethod
[DataContractAttribute]
public enum PriceMethod
[DataContractAttribute]
public enum class PriceMethod
Members
Member name | Description | |
---|---|---|
None | Unspecified price method. | |
Fixed | The value is a fixed price. | |
AmountOff | The value should be subtracted from a fixed price or previously reduced price. | |
PercentOff | The percent should be multiplied against a fixed price or previously reduced price.
E.g. value of 30 means 30% off. So price before reduction should be muliplied by 0.7 to get the new price. |