Table of Contents

Class AppsCapacityQueryAdSettlementListV1Response.Types.Data.Types.Settlement

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

Constructors

Settlement()

public Settlement()

Properties

Amount

获取或设置结算金额(单位:分)。

[JsonPropertyName("settlement_total_amount")]
public int Amount { get; set; }

Property Value

int

Name

获取或设置结算单名称。

[JsonPropertyName("settlement_name")]
public string Name { get; set; }

Property Value

string

PeriodString

获取或设置结算周期(格式:yyyy-MM-dd)。

[JsonPropertyName("settlement_period")]
public string PeriodString { get; set; }

Property Value

string

SerialNumber

获取或设置结算单编号。

[JsonPropertyName("settlement_serial")]
public string SerialNumber { get; set; }

Property Value

string

Status

获取或设置结算状态。

[JsonPropertyName("status")]
public int Status { get; set; }

Property Value

int

TaxRate

获取或设置发票税率。

[JsonPropertyName("tax_rate")]
public double TaxRate { get; set; }

Property Value

double