Class LogisticsGetShippingDocumentRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [GET] /logistics/shipping_document 接口的请求。
public class LogisticsGetShippingDocumentRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
LogisticsGetShippingDocumentRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
LogisticsGetShippingDocumentRequest()
public LogisticsGetShippingDocumentRequest()
Properties
DocumentSize
获取或设置文件尺寸。
[JsonIgnore]
public string? DocumentSize { get; set; }
Property Value
DocumentType
获取或设置文件类型。
[JsonIgnore]
public string DocumentType { get; set; }
Property Value
OrderId
获取或设置订单 ID。
[JsonIgnore]
public string OrderId { get; set; }