Table of Contents

Class AppsDataAnalysisQueryDealOverviewDataV1Response.Types.Data.Types.DealOverviewData

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

Constructors

DealOverviewData()

public DealOverviewData()

Properties

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

SuccessUserCount

获取或设置支付人数。

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

Property Value

int