Class ProductShipmentDimensions
Inheritance
ProductShipmentDimensions
Assembly: Inttegro.dll
Syntax
public sealed class ProductShipmentDimensions
Properties
|
Edit this page
View Source
Height
Declaration
[JsonPropertyName("height")]
public decimal? Height { get; set; }
Property Value
|
Edit this page
View Source
Length
Declaration
[JsonPropertyName("length")]
public decimal? Length { get; set; }
Property Value
|
Edit this page
View Source
Weight
Declaration
[JsonPropertyName("weight")]
public decimal? Weight { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
[JsonPropertyName("width")]
public decimal? Width { get; set; }
Property Value