Table of Contents

Class AppsECPaySettleV1Response

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

表示 [POST] /apps/ecpay/v1/settle 接口的响应。

public class AppsECPaySettleV1Response : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
AppsECPaySettleV1Response
Implements
ICommonResponse
Inherited Members

Constructors

AppsECPaySettleV1Response()

public AppsECPaySettleV1Response()

Properties

ErrorCode

获取字节小程序 API 返回的详细错误号。

[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }

Property Value

long

ErrorMessage

获取字节小程序 API 返回的错误描述。

[JsonPropertyName("err_tips")]
public override string? ErrorMessage { get; set; }

Property Value

string

SettleNumber

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

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

Property Value

string