Class FulfillmentGetShippingServiceResponse.Types.Data.Types.Dimension
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentGetShippingServiceResponse.Types.Data.Types.Dimension
- Inheritance
-
FulfillmentGetShippingServiceResponse.Types.Data.Types.Dimension
- Derived
- Inherited Members
Constructors
Dimension()
public Dimension()
Properties
Height
获取或设置高度。
[JsonPropertyName("height")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal? Height { get; set; }
Property Value
Length
获取或设置长度。
[JsonPropertyName("length")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal? Length { get; set; }
Property Value
Width
获取或设置宽度。
[JsonPropertyName("width")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal? Width { get; set; }