Table of Contents

Class AppsECPayQueryOrderV1Response

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

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

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

Constructors

AppsECPayQueryOrderV1Response()

public AppsECPayQueryOrderV1Response()

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

获取或设置订单 ID。

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

Property Value

string

OutTradeNumber

获取或设置商户订单号。

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

Property Value

string

Payment

获取或设置支付信息。

[JsonPropertyName("payment_info")]
public AppsECPayQueryOrderV1Response.Types.Payment Payment { get; set; }

Property Value

AppsECPayQueryOrderV1Response.Types.Payment