Class AppsDataAnalysisQueryProductDealDataV1Response.Types.Data.Types.ProductDealData
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryProductDealDataV1Response.Types.Data.Types.ProductDealData
- Inheritance
-
AppsDataAnalysisQueryProductDealDataV1Response.Types.Data.Types.ProductDealData
- Inherited Members
Constructors
ProductDealData()
public ProductDealData()
Properties
PayAmount
获取或设置支付总金额(单位:分)。
[JsonPropertyName("pay_amount")]
public long PayAmount { get; set; }
Property Value
PayProductCount
获取或设置商品销售量。
[JsonPropertyName("pay_product_cnt")]
public int PayProductCount { get; set; }
Property Value
PayUserCount
获取或设置商品支付人数。
[JsonPropertyName("pay_user_cnt")]
public int PayUserCount { get; set; }
Property Value
ProductId
获取或设置商品 ID。
[JsonPropertyName("product_id")]
[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long ProductId { get; set; }
Property Value
ProductName
获取或设置商品名称。
[JsonPropertyName("product_name")]
public string ProductName { get; set; }