Class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo
- Inheritance
-
AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo
- Inherited Members
Constructors
SettleInfo()
public SettleInfo()
Properties
CPS
获取或设置 CPS 佣金(单位:分)。
[JsonPropertyName("cps")]
public int CPS { get; set; }
Property Value
CreateTimeString
获取或设置结算创建时间字符串(格式:yyyy-MM-dd HH:mm:ss)。
[JsonPropertyName("created_at")]
public string CreateTimeString { get; set; }
Property Value
OutSettleNumber
获取或设置自动结算单号。
[JsonPropertyName("out_settle_no")]
public string OutSettleNumber { get; set; }
Property Value
ServiceCharge
获取或设置技术服务费(单位:分)。
[JsonPropertyName("service_charge")]
public int ServiceCharge { get; set; }
Property Value
SettleNumber
获取或设置小程序分账单号。
[JsonPropertyName("settle_no")]
public string SettleNumber { get; set; }
Property Value
SettleParameterList
获取或设置分账参数列表。
[JsonPropertyName("settle_param_list")]
public AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo.Types.SettleParameter[]? SettleParameterList { get; set; }
Property Value
SettleStatus
获取或设置分账状态。
[JsonPropertyName("settle_status")]
public string SettleStatus { get; set; }
Property Value
SettleTimeString
获取或设置结算完成时间字符串(格式:yyyy-MM-dd HH:mm:ss)。
[JsonPropertyName("settled_at")]
public string? SettleTimeString { get; set; }
Property Value
SettleWay
获取或设置结算渠道。
[JsonPropertyName("settle_way")]
public string SettleWay { get; set; }