AdjustedPrice Property

Gets the price after trade agreements and price adjustments.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AdjustedPrice As Decimal
    Get
    Private Set
'Usage
Dim instance As GetItemPriceServiceResponse
Dim value As Decimal

value = instance.AdjustedPrice
[DataMemberAttribute]
public decimal AdjustedPrice { get; private set; }
[DataMemberAttribute]
public:
property Decimal AdjustedPrice {
    Decimal get ();
    private: void set (Decimal value);
}

Property Value

Type: System.Decimal
Returns Decimal.

Remarks

If will always be less than or equal to TradeAgreementPrice.

See Also

Reference

GetItemPriceServiceResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace