Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class StoreShipment

Store shipment in Bolt

Inheritance
System.Object
StoreShipment
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class StoreShipment : Object

Constructors

StoreShipment()

Declaration
public StoreShipment()

Properties

Distance

The distance

Declaration
public string Distance { get; set; }
Property Value
Type Description
System.String

DistanceUnit

The distance unit

Declaration
public string DistanceUnit { get; set; }
Property Value
Type Description
System.String

InStorePickupAddress

The in store pickup address

Declaration
public CreateAddress InStorePickupAddress { get; set; }
Property Value
Type Description
CreateAddress

PickupWidowCLose

The pickup window

Declaration
public int PickupWidowCLose { get; set; }
Property Value
Type Description
System.Int32

PickupWindowOpen

The pickup window open

Declaration
public int PickupWindowOpen { get; set; }
Property Value
Type Description
System.Int32

Shipment

The shipment

Declaration
public Shipment Shipment { get; set; }
Property Value
Type Description
Shipment

StoreName

The store name

Declaration
public string StoreName { get; set; }
Property Value
Type Description
System.String