Table of Contents

Class AppsCapacityQueryAdIncomeV1Response.Types.Data.Types.IncomeData

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryAdIncomeV1Response.Types.Data.Types.IncomeData
Inheritance
AppsCapacityQueryAdIncomeV1Response.Types.Data.Types.IncomeData
Inherited Members

Constructors

IncomeData()

public IncomeData()

Properties

DateString

获取或设置日期字符串(格式:yyyy-MM-dd)。

[JsonPropertyName("date")]
public string DateString { get; set; }

Property Value

string

Income

获取或设置收入金额(单位:分)。

[JsonPropertyName("income")]
public int Income { get; set; }

Property Value

int