Table of Contents

Class AppsECPayQueryPlatformOrderV1Request

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

表示 [POST] /apps/ecpay/v1/query_platform_order 接口的请求。

public class AppsECPayQueryPlatformOrderV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsECPayQueryPlatformOrderV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsECPayQueryPlatformOrderV1Request()

public AppsECPayQueryPlatformOrderV1Request()

Properties

AppId

获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("app_id")]
public string? AppId { get; set; }

Property Value

string

OutTradeNumber

获取或设置商户订单号。

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

Property Value

string

QueryType

获取或设置查询类型。

默认值:1

[JsonPropertyName("query_type")]
public int QueryType { get; set; }

Property Value

int

Signature

获取或设置签名。如果不指定将由系统自动生成。

[JsonPropertyName("sign")]
public string? Signature { get; set; }

Property Value

string