Table of Contents

Class FulfillmentConfirmOrderSplitResponse.Types.Data.Types.FailedSplitPackage

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

Constructors

FailedSplitPackage()

public FailedSplitPackage()

Properties

FailReason

获取或设置失败原因。

[JsonPropertyName("fail_reason")]
public string? FailReason { get; set; }

Property Value

string

PreSplitPackageId

获取或设置预拆包 ID。

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

Property Value

string