Table of Contents

Class AppsECPayQuerySettleV1Response.Types.Settlement

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

Constructors

Settlement()

public Settlement()

Properties

SettleAmount

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

[JsonPropertyName("settle_amount")]
public int SettleAmount { get; set; }

Property Value

int

SettleNumber

获取或设置担保交易分账单号。

[JsonPropertyName("settle_no")]
public string SettleNumber { get; set; }

Property Value

string

SettleStatus

获取或设置分账状态。

[JsonPropertyName("settle_status")]
public string SettleStatus { get; set; }

Property Value

string