Table of Contents

Class FulfillmentGetShippingServiceResponse.Types.Data.Types.Dimension

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
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

decimal?

Length

获取或设置长度。

[JsonPropertyName("length")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal? Length { get; set; }

Property Value

decimal?

Width

获取或设置宽度。

[JsonPropertyName("width")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal? Width { get; set; }

Property Value

decimal?