Click or drag to resize
IDeliveryBuilder Interface
Interface for classes able to create Delivery objects from the calculation request.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IDeliveryBuilder

The IDeliveryBuilder type exposes the following members.

Methods
  NameDescription
Public methodBuildDelivery
Creates a new instance of Delivery based on builder settings.
Public methodSetCustomData
Sets custom data under the given key.
Public methodSetDeliveryAddress
Sets an address to which the currently constructed Delivery will be shipped.
Public methodSetFromCalculationRequest
Sets the currently constructed Delivery according to the supplied calculation request data and adds request items selected by the itemSelector predicate.
Public methodSetShippingDate
Sets the date of shipping.
Public methodSetShippingOption
Sets the shipping option used for the currently constructed Delivery.
Public methodSetWeight
Sets weight of the package with the whole Delivery.
Top
See Also