Class ShippingDimensions
The dimensions of a shipping item.
Inheritance
System.Object
ShippingDimensions
Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class ShippingDimensions : BlockData
Constructors
ShippingDimensions()
Declaration
public ShippingDimensions()
Properties
Height
Gets or sets the height.
Declaration
[PositiveNumber]
public virtual double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Gets or sets the length.
Declaration
[PositiveNumber]
public virtual double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Gets or sets the width.
Declaration
[PositiveNumber]
public virtual double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |