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