This topic has not yet been rated - Rate this topic

PlacedPrice Property

Gets or sets the unit price of the line item at the time it was added to an order group.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
public decimal PlacedPrice { get; set; }

Property Value

Type: System..::.Decimal
The unit price of the line item when it was added to an OrderGroup. Cannot be less than zero.
ExceptionCondition
ArgumentException

The value being set is less than zero. Assign PlacedPrice a value greater than or equal to zero to prevent this exception.

PlacedPrice can be used to inform a customer if the price in the catalog has changed since it was added to an OrderGroup.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.