CustomOrderLevelOfferType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value of the discount type.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property CustomOrderLevelOfferType As String
'Usage
Dim instance As Discount
Dim value As String
value = instance.CustomOrderLevelOfferType
instance.CustomOrderLevelOfferType = value
public string CustomOrderLevelOfferType { get; set; }
public:
property String^ CustomOrderLevelOfferType {
String^ get ();
void set (String^ value);
}
public function get CustomOrderLevelOfferType () : String
public function set CustomOrderLevelOfferType (value : String)
Property Value
Type: System..::.String
The textual representation of the discount type. The maximum length of the text is 25 characters, and the default value is an empty string.
Remarks
The value will be "OrderLevelDiscount" for OrderSubtotal, "Shipping_Discount" for Shipping, empty for LineItem. Any other value indicates a custom extension type.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.