Interface IShippingOrderAddress

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this.

Represent an order address when it is assigned as a shipping address.

Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public interface IShippingOrderAddress : IOrderAddress, IExtendedProperties

Properties

Shipment

The shipment this address is assigned to.

Declaration
IShipmentCalculatedAmount Shipment { get; set; }
Property Value
Type Description
IShipmentCalculatedAmount

Methods

ShippingAddressChanged()

Notifies the shipment that there are certain changes in address.

Declaration
void ShippingAddressChanged()

Extension Methods