Table of Contents

Class AppsECPayQueryOrderV1Response.Types.Payment

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

Constructors

Payment()

public Payment()

Properties

ChannelGatewayNumber

获取或设置渠道网关号。

[JsonPropertyName("channel_gateway_no")]
public string? ChannelGatewayNumber { get; set; }

Property Value

string

ChannelNumber

获取或设置渠道单号。

[JsonPropertyName("channel_no")]
public string? ChannelNumber { get; set; }

Property Value

string

ItemId

获取或设置视频 ID。

[JsonPropertyName("item_id")]
public string? ItemId { get; set; }

Property Value

string

OrderStatus

获取或设置订单状态。

[JsonPropertyName("order_status")]
public string OrderStatus { get; set; }

Property Value

string

PayMethod

获取或设置支付方式。

[JsonPropertyName("way")]
public int? PayMethod { get; set; }

Property Value

int?

PayTime

获取或设置订单支付时间。

[JsonPropertyName("pay_time")]
[JsonConverter(typeof(RegularNullableDateTimeOffsetConverter))]
public DateTimeOffset? PayTime { get; set; }

Property Value

DateTimeOffset?

SellerMerchantId

获取或设置卖家商户号。

[JsonPropertyName("seller_uid")]
public string? SellerMerchantId { get; set; }

Property Value

string

TotalFee

获取或设置支付金额(单位:分)。

[JsonPropertyName("total_fee")]
public int TotalFee { get; set; }

Property Value

int