Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 1.92 KB

pricetype-enumeration-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

92 lines (76 loc) · 1.92 KB
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
Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType.Percent
Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType.None
Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType
Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType.FromItem
Microsoft.Dynamics.Commerce.Runtime.DataModel.PriceType.Price
CSharp
C++
VB

PriceType Enumeration

[!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)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration PriceType
'Usage
Dim instance As PriceType
[DataContractAttribute]
public enum PriceType
[DataContractAttribute]
public enum class PriceType

Members

Member name Description
None Default value.
FromItem From item type.
Price The price type.
Percent The percent.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace