GetItemPriceServiceResponse Class

Response from CalculateItemPrices operation.

This contains three prices for an item: Base Price: Base sales price on an item Trade Agreement Price: Price defined by trade agreements Price Adjustment Price: Price defined by price adjustments, if better than trade agreements.

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

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class GetItemPriceServiceResponse _
    Inherits ServiceResponse
'Usage
Dim instance As GetItemPriceServiceResponse
[DataContractAttribute]
public sealed class GetItemPriceServiceResponse : ServiceResponse
[DataContractAttribute]
public ref class GetItemPriceServiceResponse sealed : public ServiceResponse

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.ServiceResponse
    Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetItemPriceServiceResponse

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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