ShippingDiscountRecord Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Provides an interface to the information written by the discount components in the marketing subsystem for shipping discounts.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ShippingDiscountRecord _
    Inherits DiscountApplicationRecordBase _
    Implements ISerializable, IEnumerable
'Usage
Dim instance As ShippingDiscountRecord
[SerializableAttribute]
public class ShippingDiscountRecord : DiscountApplicationRecordBase, ISerializable, 
    IEnumerable
[SerializableAttribute]
public ref class ShippingDiscountRecord : public DiscountApplicationRecordBase, 
    ISerializable, IEnumerable
public class ShippingDiscountRecord extends DiscountApplicationRecordBase implements ISerializable, IEnumerable

Remarks

You can use ShippingDiscountRecord to access the DiscountId, DiscountName, and DiscountAmount.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.MappedStorageBase
    Microsoft.CommerceServer.Runtime.Orders..::.DiscountApplicationRecordBase
      Microsoft.CommerceServer.Runtime.Orders..::.ShippingDiscountRecord

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

ShippingDiscountRecord Members

Microsoft.CommerceServer.Runtime.Orders Namespace