Click or drag to resize
IDeliveryBuilderSetDeliveryAddress Method
Sets address where the delivery will be delivered to.

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

Parameters

address
Type: CMS.EcommerceIAddress
Target address.
See Also