IDeliveryBuilder Interface |
Namespace: CMS.Ecommerce
public interface IDeliveryBuilder
The IDeliveryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | BuildDelivery |
Creates a new instance of Delivery based on builder settings.
|
![]() | SetCustomData |
Sets custom data under the given key.
|
![]() | SetDeliveryAddress |
Sets an address to which the currently constructed Delivery will be shipped.
|
![]() | SetFromCalculationRequest |
Sets the currently constructed Delivery according to the supplied calculation request data and adds request items selected by
the itemSelector predicate.
|
![]() | SetShippingDate |
Sets the date of shipping.
|
![]() | SetShippingOption |
Sets the shipping option used for the currently constructed Delivery.
|
![]() | SetWeight |
Sets weight of the package with the whole Delivery.
|