Table of Contents

Class AppsECPaySaaSQueryWithdrawOrderResponse

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

表示 [POST] /apps/ecpay/saas/query_withdraw_order 接口的响应。

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

Constructors

AppsECPaySaaSQueryWithdrawOrderResponse()

public AppsECPaySaaSQueryWithdrawOrderResponse()

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

Status

获取或设置提现状态。

[JsonPropertyName("status")]
public string Status { get; set; }

Property Value

string

StatusMessage

获取或设置提现状态描述。

[JsonPropertyName("status_msg")]
public string StatusMessage { get; set; }

Property Value

string