Class FulfillmentVerifyOrderSplitResponse.Types.Data.Types.Result
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentVerifyOrderSplitResponse.Types.Data.Types.Result
- Inheritance
-
FulfillmentVerifyOrderSplitResponse.Types.Data.Types.Result
- Inherited Members
Constructors
Result()
public Result()
Properties
OrderId
获取或设置订单 ID。
[JsonPropertyName("order_id")]
[JsonConverter(typeof(NumericalStringReadOnlyConverter))]
public string OrderId { get; set; }
Property Value
VerifyOrderResult
获取或设置验证结果。
[JsonPropertyName("verify_order_result")]
public bool VerifyOrderResult { get; set; }