Show / Hide Table of Contents

Class EdiPackageBulkiness

EdiPackageBulkiness of the package (length / width / height)

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiPackageBulkiness
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPackageBulkiness : EdiPatternPropertiesBase

Properties

Height

Height in meter

Declaration
public decimal? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Length

Length in meter

Declaration
public decimal? Length { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Width

Width in meter

Declaration
public decimal? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Back to top Generated by DocFX