Click or drag to resize
IDeliveryBuilderSetDeliveryAddress Method
Sets an address to which the currently constructed Delivery will be shipped.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
void SetDeliveryAddress(
	IAddress address
)

Parameters

address
Type: CMS.EcommerceIAddress
The target address.
See Also