Class AppsECPaySaaSMerchantWithdrawRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/saas/merchant_withdraw 接口的请求。
public class AppsECPaySaaSMerchantWithdrawRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsECPaySaaSMerchantWithdrawRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsECPaySaaSMerchantWithdrawRequest()
public AppsECPaySaaSMerchantWithdrawRequest()
Properties
AppId
获取或设置小程序 AppId。
[JsonPropertyName("app_id")]
public string? AppId { get; set; }
Property Value
ChannelType
获取或设置提现渠道。
[JsonPropertyName("channel_type")]
public string ChannelType { get; set; }
Property Value
ComponentAppId
获取或设置小程序第三方平台应用 ID。
[JsonPropertyName("thirdparty_id")]
public string? ComponentAppId { get; set; }
Property Value
Extra
获取或设置自定义字段。
[JsonPropertyName("cp_extra")]
public string? Extra { get; set; }
Property Value
MerchantId
获取或设置商户号。
[JsonPropertyName("merchant_uid")]
public string MerchantId { get; set; }
Property Value
NotifyUrl
获取或设置回调通知地址。
[JsonPropertyName("callback_url")]
public string? NotifyUrl { get; set; }
Property Value
OutOrderId
获取或设置商户提现单号。
[JsonPropertyName("out_order_id")]
public string OutOrderId { get; set; }
Property Value
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonPropertyName("sign")]
public string? Signature { get; set; }
Property Value
WithdrawAmount
获取或设置提现金额(单位:分)。
[JsonPropertyName("withdraw_amount")]
public int WithdrawAmount { get; set; }