Class ProductShipment
Inheritance
ProductShipment
Assembly: Inttegro.dll
Syntax
public sealed class ProductShipment
Properties
|
Edit this page
View Source
Carrier
Declaration
[JsonPropertyName("carrier")]
public string? Carrier { get; set; }
Property Value
|
Edit this page
View Source
Dimensions
Declaration
[JsonPropertyName("dimensions")]
public ProductShipmentDimensions? Dimensions { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value