Table of Contents

Class AppsECPaySaaSMerchantWithdrawResponse

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

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

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

Constructors

AppsECPaySaaSMerchantWithdrawResponse()

public AppsECPaySaaSMerchantWithdrawResponse()

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

OrderId

获取或设置平台提现单号。

[JsonPropertyName("order_id")]
public string OrderId { get; set; }

Property Value

string