Table of Contents

Class FulfillmentConfirmPreCombinePackageRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

表示 [POST] /fulfillment/pre_combine_pkg/confirm 接口的请求。

public class FulfillmentConfirmPreCombinePackageRequest : TikTokShopLegacyRequest, ICommonRequest
Inheritance
FulfillmentConfirmPreCombinePackageRequest
Implements
ICommonRequest
Inherited Members

Constructors

FulfillmentConfirmPreCombinePackageRequest()

public FulfillmentConfirmPreCombinePackageRequest()

Properties

PreCombinePackageList

获取或设置预合包列表。

[JsonPropertyName("pre_combine_pkg_list")]
public IList<FulfillmentConfirmPreCombinePackageRequest.Types.PreCombinePackage> PreCombinePackageList { get; set; }

Property Value

IList<FulfillmentConfirmPreCombinePackageRequest.Types.PreCombinePackage>