Class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo.Types.SettleParameter
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo.Types.SettleParameter
- Inheritance
-
AppsECPayQueryPlatformOrderV1Response.Types.PlatformOrder.Types.SettleInfo.Types.SettleParameter
- Inherited Members
Constructors
SettleParameter()
public SettleParameter()
Properties
Amount
获取或设置分账金额(单位:分)。
[JsonPropertyName("amount")]
public int Amount { get; set; }
Property Value
MerchantUid
获取或设置分账方商户号。
[JsonPropertyName("merchant_uid")]
public string MerchantUid { get; set; }