Class PromotionSearchActivitiesResponse.Types.Data.Types.Promotion
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class PromotionSearchActivitiesResponse.Types.Data.Types.Promotion
- Inheritance
-
PromotionSearchActivitiesResponse.Types.Data.Types.Promotion
- Inherited Members
Constructors
Promotion()
public Promotion()
Properties
BeginTimestamp
获取或设置活动开始时间戳。
[JsonPropertyName("begin_time")]
public long BeginTimestamp { get; set; }
Property Value
CreateTimestamp
获取或设置创建时间戳。
[JsonPropertyName("create_time")]
public long CreateTimestamp { get; set; }
Property Value
EndTimestamp
获取或设置活动结束时间戳。
[JsonPropertyName("end_time")]
public long EndTimestamp { get; set; }
Property Value
ProductType
获取或设置商品类型。
[JsonPropertyName("product_type")]
public int ProductType { get; set; }
Property Value
PromotionId
获取或设置促销 ID。
[JsonPropertyName("promotion_id")]
[JsonConverter(typeof(NumericalStringReadOnlyConverter))]
public string PromotionId { get; set; }
Property Value
PromotionType
获取或设置促销类型。
[JsonPropertyName("promotion_type")]
public int PromotionType { get; set; }
Property Value
Status
获取或设置活动状态。
[JsonPropertyName("status")]
public int Status { get; set; }
Property Value
Title
获取或设置活动标题。
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
UpdateTimestamp
获取或设置更新时间戳。
[JsonPropertyName("update_time")]
public long UpdateTimestamp { get; set; }