title | TOCTitle | ms:assetid | ms:mtpsurl | ms:contentKeyID | author | ms.date | mtps_version | f1_keywords | dev_langs | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PriceType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel) |
PriceType Enumeration |
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType |
62208957 |
tonyafehr |
05/18/2015 |
v=AX.60 |
|
|
[!INCLUDEarchive-banner]
Price type. Maps to RetailPriceType enum in AX.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
'Declaration
<DataContractAttribute> _
Public Enumeration PriceType
'Usage
Dim instance As PriceType
[DataContractAttribute]
public enum PriceType
[DataContractAttribute]
public enum class PriceType
Member name | Description | |
---|---|---|
None | Default value. | |
FromItem | From item type. | |
Price | The price type. | |
Percent | The percent. |