Table of Contents

Class FulfillmentConfirmOrderSplitRequest.Types.PreSplitPackage

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentConfirmOrderSplitRequest.Types.PreSplitPackage
Inheritance
FulfillmentConfirmOrderSplitRequest.Types.PreSplitPackage
Inherited Members

Constructors

PreSplitPackage()

public PreSplitPackage()

Properties

OrderLineIdList

获取或设置订单项 ID 列表。

[JsonPropertyName("order_line_id_list")]
public IList<string> OrderLineIdList { get; set; }

Property Value

IList<string>

PreSplitPackageId

获取或设置预拆包 ID。

[JsonPropertyName("pre_split_pkg_id")]
public string PreSplitPackageId { get; set; }

Property Value

string