Table of Contents

Class AppsECPayCreateOrderV1Response.Types.Data

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

Constructors

Data()

public Data()

Properties

OrderId

获取或设置订单 ID。

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

Property Value

string

OrderToken

获取或设置用于调起支付的 Token。

[JsonPropertyName("order_token")]
public string OrderToken { get; set; }

Property Value

string