Class PromotionInformationShipment
Information about an applied promotion of individual shipment.
Inheritance
System.Object
PromotionInformationShipment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class PromotionInformationShipment
Constructors
PromotionInformationShipment()
Declaration
public PromotionInformationShipment()
Properties
OrderAddressName
Gets or sets the order address name of shipment which the promotion was applied to.
Declaration
public string OrderAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SavedAmount
Gets or sets the amount saved by the promotion.
Declaration
public decimal SavedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ShippingMethodId
Gets or sets the shipping method guid of shipment which the promotion was applied to.
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ShippingMethodName
Gets or sets the shipping method name of shipment which the promotion was applied to.
Declaration
public string ShippingMethodName { get; set; }
Property Value
Type | Description |
---|---|
System.String |