Table of Contents

Class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder
Inheritance
AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder
Inherited Members

Constructors

PlatformOrder()

public PlatformOrder()

Properties

AppId

获取或设置小程序 AppId。

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

Property Value

string

OutOrderNumber

获取或设置商户订单号。

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

Property Value

string

QueryType

获取或设置对应的查询类型。

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

Property Value

string

SettleInfoList

获取或设置自动结算明细列表。

[JsonPropertyName("settle_info_list")]
public AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo[]? SettleInfoList { get; set; }

Property Value

SettleInfo[]