Table of Contents

Class PromotionSearchActivitiesResponse.Types.Data.Types.Promotion

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
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

long

CreateTimestamp

获取或设置创建时间戳。

[JsonPropertyName("create_time")]
public long CreateTimestamp { get; set; }

Property Value

long

EndTimestamp

获取或设置活动结束时间戳。

[JsonPropertyName("end_time")]
public long EndTimestamp { get; set; }

Property Value

long

ProductType

获取或设置商品类型。

[JsonPropertyName("product_type")]
public int ProductType { get; set; }

Property Value

int

PromotionId

获取或设置促销 ID。

[JsonPropertyName("promotion_id")]
[JsonConverter(typeof(NumericalStringReadOnlyConverter))]
public string PromotionId { get; set; }

Property Value

string

PromotionType

获取或设置促销类型。

[JsonPropertyName("promotion_type")]
public int PromotionType { get; set; }

Property Value

int

Status

获取或设置活动状态。

[JsonPropertyName("status")]
public int Status { get; set; }

Property Value

int

Title

获取或设置活动标题。

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string

UpdateTimestamp

获取或设置更新时间戳。

[JsonPropertyName("update_time")]
public long UpdateTimestamp { get; set; }

Property Value

long