IDeliveryBuilderSetDeliveryAddress Method |
Sets an address to which the currently constructed
Delivery will be shipped.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax void SetDeliveryAddress(
IAddress address
)
Parameters
- address
- Type: CMS.EcommerceIAddress
The target address.
See Also