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.
Inherited Members
Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
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()