Table of Contents

Class AppsECPaySettleV1Request

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

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

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

Constructors

AppsECPaySettleV1Request()

public AppsECPaySettleV1Request()

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

Extra

获取或设置自定义字段。

[JsonPropertyName("cp_extra")]
public string? Extra { get; set; }

Property Value

string

NotifyUrl

获取或设置回调通知地址。

[JsonPropertyName("notify_url")]
public string? NotifyUrl { get; set; }

Property Value

string

OutSettleNumber

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

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

Property Value

string

OutTradeNumber

获取或设置商户订单号。

[JsonPropertyName("out_order_no")]
public string OutTradeNumber { get; set; }

Property Value

string

SettleDescription

获取或设置结算描述。

[JsonPropertyName("settle_desc")]
public string SettleDescription { get; set; }

Property Value

string

SettleParameterList

获取或设置分账方参数列表。

[JsonPropertyName("settle_params")]
[JsonConverter(typeof(AppsECPaySettleV1Request.Converters.ResponsePropertySettleParametersSystemTextJsonConverter))]
public IList<AppsECPaySettleV1Request.Types.SettleParameter> SettleParameterList { get; set; }

Property Value

IList<AppsECPaySettleV1Request.Types.SettleParameter>

Signature

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

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

Property Value

string