Table of Contents

Class AppsECPaySaaSAppAddSubMerchantRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/ecpay/saas/app_add_sub_merchant 接口的请求。

public class AppsECPaySaaSAppAddSubMerchantRequest : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsECPaySaaSAppAddSubMerchantRequest
Implements
ICommonRequest
Inherited Members

Constructors

AppsECPaySaaSAppAddSubMerchantRequest()

public AppsECPaySaaSAppAddSubMerchantRequest()

Properties

AppId

获取或设置小程序的 AppId。

[JsonPropertyName("app_id")]
public string AppId { get; set; }

Property Value

string

Signature

获取或设置签名。如果不指定将由系统自动生成。

[JsonPropertyName("sign")]
public string? Signature { get; set; }

Property Value

string

SubMerchantId

获取或设置子商户号。

[JsonPropertyName("sub_merchant_id")]
public string SubMerchantId { get; set; }

Property Value

string

UrlType

获取或设置 URL 类型。

[JsonPropertyName("url_type")]
public int UrlType { get; set; }

Property Value

int