Class FulfillmentConfirmOrderSplitResponse.Types.Data.Types.Result
- 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
PreSplitPackageId
获取或设置预拆包 ID。
[JsonPropertyName("pre_split_pkg_id")]
[JsonConverter(typeof(NumericalStringReadOnlyConverter))]
public string PreSplitPackageId { get; set; }