Table of Contents

Class FulfillmentConfirmOrderSplitResponse.Types.Data.Types.Result

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentConfirmOrderSplitResponse.Types.Data.Types.Result
Inheritance
FulfillmentConfirmOrderSplitResponse.Types.Data.Types.Result
Inherited Members

Constructors

Result()

public Result()

Properties

ConfirmResult

获取或设置确认结果。

[JsonPropertyName("confirm_result")]
public bool ConfirmResult { get; set; }

Property Value

bool

PreSplitPackageId

获取或设置预拆包 ID。

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

Property Value

string