Table of Contents

Class AppsDataAnalysisQueryLiveDealDataV1Response.Types.Data.Types.LiveDealOverviewData

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryLiveDealDataV1Response.Types.Data.Types.LiveDealOverviewData
Inheritance
AppsDataAnalysisQueryLiveDealDataV1Response.Types.Data.Types.LiveDealOverviewData
Derived
Inherited Members

Constructors

LiveDealOverviewData()

public LiveDealOverviewData()

Properties

ClickCount

获取或设置点击次数。

[JsonPropertyName("click_count")]
public int ClickCount { get; set; }

Property Value

int

CreateOrderAmount

获取或设置创建订单金额(单位:分)。

[JsonPropertyName("create_order_amount")]
public long CreateOrderAmount { get; set; }

Property Value

long

CreateOrderCount

获取或设置创建订单数。

[JsonPropertyName("create_order_count")]
public int CreateOrderCount { get; set; }

Property Value

int

PayOrderAmount

获取或设置支付订单金额(单位:分)。

[JsonPropertyName("pay_order_amount")]
public long PayOrderAmount { get; set; }

Property Value

long

PayOrderCount

获取或设置支付订单数。

[JsonPropertyName("pay_order_count")]
public int PayOrderCount { get; set; }

Property Value

int

RefundOrderCount

获取或设置退款订单数。

[JsonPropertyName("refund_order_cnt")]
public int RefundOrderCount { get; set; }

Property Value

int

SaleProductCount

获取或设置动销商品数。

[JsonPropertyName("sale_product_cnt")]
public int SaleProductCount { get; set; }

Property Value

int

ShowCount

获取或设置曝光次数。

[JsonPropertyName("show_count")]
public int ShowCount { get; set; }

Property Value

int

SuccessUserCount

获取或设置支付人数。

[JsonPropertyName("success_user_cnt")]
public int SuccessUserCount { get; set; }

Property Value

int