Class AppsECPaySaaSAddSubMerchantRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/saas/add_sub_merchant 接口的请求。
public class AppsECPaySaaSAddSubMerchantRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsECPaySaaSAddSubMerchantRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsECPaySaaSAddSubMerchantRequest()
public AppsECPaySaaSAddSubMerchantRequest()
Properties
ComponentAppId
获取或设置小程序第三方平台应用 ID。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("thirdparty_id")]
public string? ComponentAppId { get; set; }
Property Value
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonPropertyName("sign")]
public string? Signature { get; set; }
Property Value
SubMerchantId
获取或设置子商户号。
[JsonPropertyName("sub_merchant_id")]
public string SubMerchantId { get; set; }
Property Value
UrlType
获取或设置 URL 类型。
[JsonPropertyName("url_type")]
public int UrlType { get; set; }