File tree Expand file tree Collapse file tree
src/SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop/Models/Finance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,6 +397,30 @@ public class SKUTransaction
397397 [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
398398 public decimal CustomerPaidShippingFeeRefundAmount { get ; set ; }
399399
400+ /// <summary>
401+ /// 获取或设置客户运费补偿金额。
402+ /// </summary>
403+ [ Newtonsoft . Json . JsonProperty ( "customer_shipping_fee_offset_amount" ) ]
404+ [ System . Text . Json . Serialization . JsonPropertyName ( "customer_shipping_fee_offset_amount" ) ]
405+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
406+ public decimal CustomerShippingFeeOffsetAmount { get ; set ; }
407+
408+ /// <summary>
409+ /// 获取或设置 TikTok 配送费用金额。
410+ /// </summary>
411+ [ Newtonsoft . Json . JsonProperty ( "fbt_fulfillment_fee_amount" ) ]
412+ [ System . Text . Json . Serialization . JsonPropertyName ( "fbt_fulfillment_fee_amount" ) ]
413+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
414+ public decimal FBTFulfillmentFeeAmount { get ; set ; }
415+
416+ /// <summary>
417+ /// 获取或设置物流激励金额。
418+ /// </summary>
419+ [ Newtonsoft . Json . JsonProperty ( "promo_shipping_incentive_amount" ) ]
420+ [ System . Text . Json . Serialization . JsonPropertyName ( "promo_shipping_incentive_amount" ) ]
421+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
422+ public decimal PromoShippingIncentiveAmount { get ; set ; }
423+
400424 /// <summary>
401425 /// 获取或设置签字确认费用金额。
402426 /// </summary>
Original file line number Diff line number Diff line change @@ -410,6 +410,30 @@ public class Transaction
410410 [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
411411 public decimal CustomerPaidShippingFeeRefundAmount { get ; set ; }
412412
413+ /// <summary>
414+ /// 获取或设置客户运费补偿金额。
415+ /// </summary>
416+ [ Newtonsoft . Json . JsonProperty ( "customer_shipping_fee_offset_amount" ) ]
417+ [ System . Text . Json . Serialization . JsonPropertyName ( "customer_shipping_fee_offset_amount" ) ]
418+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
419+ public decimal CustomerShippingFeeOffsetAmount { get ; set ; }
420+
421+ /// <summary>
422+ /// 获取或设置 TikTok 配送费用金额。
423+ /// </summary>
424+ [ Newtonsoft . Json . JsonProperty ( "fbt_fulfillment_fee_amount" ) ]
425+ [ System . Text . Json . Serialization . JsonPropertyName ( "fbt_fulfillment_fee_amount" ) ]
426+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
427+ public decimal FBTFulfillmentFeeAmount { get ; set ; }
428+
429+ /// <summary>
430+ /// 获取或设置物流激励金额。
431+ /// </summary>
432+ [ Newtonsoft . Json . JsonProperty ( "promo_shipping_incentive_amount" ) ]
433+ [ System . Text . Json . Serialization . JsonPropertyName ( "promo_shipping_incentive_amount" ) ]
434+ [ System . Text . Json . Serialization . JsonConverter ( typeof ( System . Text . Json . Serialization . Common . TextualNumberReadOnlyConverter ) ) ]
435+ public decimal PromoShippingIncentiveAmount { get ; set ; }
436+
413437 /// <summary>
414438 /// 获取或设置签字确认费用金额。
415439 /// </summary>
You can’t perform that action at this time.
0 commit comments