Table of Contents

Class FinanceSearchSettlementsResponse.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FinanceSearchSettlementsResponse.Types.Data
Inheritance
FinanceSearchSettlementsResponse.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

HasMore

获取或设置是否还有更多。

[JsonPropertyName("more")]
public bool HasMore { get; set; }

Property Value

bool

NextCursor

获取或设置下一页分页游标。

[JsonPropertyName("next_cursor")]
public string? NextCursor { get; set; }

Property Value

string

SettlementList

获取或设置结算列表。

[JsonPropertyName("settlement_list")]
public FinanceSearchSettlementsResponse.Types.Data.Types.Settlement[] SettlementList { get; set; }

Property Value

Settlement[]