A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 14.26.0
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