IDeliveryBuilder Methods |
The IDeliveryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem |
Adds a cart item to the constructed Delivery.
|
![]() | 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.
|
![]() | SetFromCart |
Sets the currently constructed Delivery according to the supplied shopping cart and adds cart 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.
|