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
CreateOrderAmount
获取或设置创建订单金额(单位:分)。
[JsonPropertyName("create_order_amount")]
public long CreateOrderAmount { get; set; }
Property Value
CreateOrderCount
获取或设置创建订单数。
[JsonPropertyName("create_order_count")]
public int CreateOrderCount { get; set; }
Property Value
PayOrderAmount
获取或设置支付订单金额(单位:分)。
[JsonPropertyName("pay_order_amount")]
public long PayOrderAmount { get; set; }
Property Value
PayOrderCount
获取或设置支付订单数。
[JsonPropertyName("pay_order_count")]
public int PayOrderCount { get; set; }
Property Value
RefundOrderCount
获取或设置退款订单数。
[JsonPropertyName("refund_order_cnt")]
public int RefundOrderCount { get; set; }
Property Value
SaleProductCount
获取或设置动销商品数。
[JsonPropertyName("sale_product_cnt")]
public int SaleProductCount { get; set; }
Property Value
ShowCount
获取或设置曝光次数。
[JsonPropertyName("show_count")]
public int ShowCount { get; set; }
Property Value
SuccessUserCount
获取或设置支付人数。
[JsonPropertyName("success_user_cnt")]
public int SuccessUserCount { get; set; }