Table of Contents

Class AppsECPayQuerySettleV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/ecpay/v1/query_settle 接口的请求。

public class AppsECPayQuerySettleV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsECPayQuerySettleV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsECPayQuerySettleV1Request()

public AppsECPayQuerySettleV1Request()

Properties

AppId

获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("app_id")]
public string? AppId { get; set; }

Property Value

string

ComponentAppId

获取或设置小程序第三方平台应用 ID。

[JsonPropertyName("thirdparty_id")]
public string? ComponentAppId { get; set; }

Property Value

string

OutSettleNumber

获取或设置商户结算单号。

[JsonPropertyName("out_settle_no")]
public string OutSettleNumber { get; set; }

Property Value

string

Signature

获取或设置签名。如果不指定将由系统自动生成。

[JsonPropertyName("sign")]
public string? Signature { get; set; }

Property Value

string