PRICE_METHOD Class
The PRICE_METHOD class lists pricing method values. Please note that although the APIs may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.
System.Object
PRICE_METHOD
[Visual Basic .NET]
Public Class PRICE_METHOD
Inherits System.Object
[C#]
public class PRICE_METHOD: System.Object
[C++]
public __gc class PRICE_METHOD: public System.Object
The PRICE_METHOD class exposes the following integer fields.
Field | Value | Description |
PM_CURRENCY_AMOUNT | 1 | Specifies the currency amount. |
PM_MARGIN_CURRENT_COST | 4 | Specifies the percent margin - current cost. |
PM_MARGIN_STANDARD_COST | 6 | Specifies the percent margin - standard cost. |
PM_MARKUP_CURRENT_COST | 3 | Specifies the percent markup – current cost. |
PM_MARKUP_STANDARD_COST | 5 | Specifies the percent markup - standard cost. |
PM_PERCENT_LIST_PRICE | 2 | Specifies the percent of list price. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also