Class PromotionDeactivateActivityRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [POST] /promotion/activity/deactivate 接口的请求。
public class PromotionDeactivateActivityRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
PromotionDeactivateActivityRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
PromotionDeactivateActivityRequest()
public PromotionDeactivateActivityRequest()
Properties
PromotionId
获取或设置促销 ID。
[JsonPropertyName("promotion_id")]
public string PromotionId { get; set; }
Property Value
RequestSerialNumber
获取或设置请求序列号。
[JsonPropertyName("request_serial_no")]
public string RequestSerialNumber { get; set; }