Table of Contents

Class AppsECPaySaaSQueryMerchantBalanceResponse

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

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

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

Constructors

AppsECPaySaaSQueryMerchantBalanceResponse()

public AppsECPaySaaSQueryMerchantBalanceResponse()

Properties

Account

获取或设置余额信息。

[JsonPropertyName("account_info")]
public AppsECPaySaaSQueryMerchantBalanceResponse.Types.Account Account { get; set; }

Property Value

AppsECPaySaaSQueryMerchantBalanceResponse.Types.Account

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

Settlement

获取或设置结算信息。

[JsonPropertyName("settle_info")]
public AppsECPaySaaSQueryMerchantBalanceResponse.Types.Settlement Settlement { get; set; }

Property Value

AppsECPaySaaSQueryMerchantBalanceResponse.Types.Settlement