Share via


ShippingDiscountAmount Property

Gets or sets the shipping discount amount.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

public decimal ShippingDiscountAmount { get; set; }

Property Value

Type: System..::.Decimal
The shipping discount amount.

Exceptions

Exception Condition
ArgumentException

The value is set to a negative value.

Remarks

Stores the shipping discount amount.

ShippingDiscountAmount is calculated during execution of the pipeline. If you add line items and access ShippingDiscountAmount without executing a pipeline, ShippingDiscountAmount remains at 0.

Permissions

See Also

Reference

Shipment Class

Shipment Members

Microsoft.CommerceServer.Runtime.Orders Namespace