Table of Contents

Class AppsECPaySaaSAddMerchantRequest

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

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

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

Constructors

AppsECPaySaaSAddMerchantRequest()

public AppsECPaySaaSAddMerchantRequest()

Properties

ComponentAccessToken

获取或设置第三方平台 AccessToken。

[JsonPropertyName("component_access_token")]
public string ComponentAccessToken { get; set; }

Property Value

string

ComponentAppId

获取或设置小程序第三方平台应用 ID。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("thirdparty_component_id")]
public string? ComponentAppId { get; set; }

Property Value

string

UrlType

获取或设置 URL 类型。

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

Property Value

int