Table of Contents

Class AppsECPaySaaSCreateMerchantRequest.Types.MerchantOperationInfo

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPaySaaSCreateMerchantRequest.Types.MerchantOperationInfo
Inheritance
AppsECPaySaaSCreateMerchantRequest.Types.MerchantOperationInfo
Inherited Members

Constructors

MerchantOperationInfo()

public MerchantOperationInfo()

Properties

AlipayAccountNumber

获取或设置支付宝账号。

[JsonPropertyName("alipay_account_no")]
public string? AlipayAccountNumber { get; set; }

Property Value

string

AuthorizationLetterImageId

获取或设置授权函图片 ID。

[JsonPropertyName("business_authorization_letter")]
public string? AuthorizationLetterImageId { get; set; }

Property Value

string

ManagerEmail

获取或设置联系人邮箱。

[JsonPropertyName("manage_email")]
public string ManagerEmail { get; set; }

Property Value

string

ManagerIdBackPictureImageId

获取或设置联系人证件背面照片图片 ID。

[JsonPropertyName("id_back_pic_url")]
public string? ManagerIdBackPictureImageId { get; set; }

Property Value

string

ManagerIdBeginDateString

获取或设置联系人证件有效期开始日期字符串(格式:yyyyMMdd)。

[JsonPropertyName("id_begin_date")]
public string? ManagerIdBeginDateString { get; set; }

Property Value

string

ManagerIdEndDateString

获取或设置联系人证件有效期结束日期字符串(格式:yyyyMMdd / "长期")。

[JsonPropertyName("id_exp_date")]
public string? ManagerIdEndDateString { get; set; }

Property Value

string

ManagerIdFrontPictureImageId

获取或设置联系人证件正面照片图片 ID。

[JsonPropertyName("id_front_pic_url")]
public string? ManagerIdFrontPictureImageId { get; set; }

Property Value

string

ManagerIdNumber

获取或设置联系人证件号码。

[JsonPropertyName("manage_id_no")]
public string ManagerIdNumber { get; set; }

Property Value

string

ManagerIdType

获取或设置联系人证件类型。

[JsonPropertyName("id_type")]
public int? ManagerIdType { get; set; }

Property Value

int?

ManagerMobileNumber

获取或设置联系人手机号。

[JsonPropertyName("manage_mobile")]
public string ManagerMobileNumber { get; set; }

Property Value

string

ManagerName

获取或设置联系人名称。

[JsonPropertyName("manage_name")]
public string ManagerName { get; set; }

Property Value

string

ManagerType

获取或设置联系人类型。

[JsonPropertyName("manage_person_type")]
public int ManagerType { get; set; }

Property Value

int

ShopName

获取或设置店铺名称。

[JsonPropertyName("shop_name")]
public string? ShopName { get; set; }

Property Value

string

ShopUrl

获取或设置店铺链接。

[JsonPropertyName("shop_url")]
public string? ShopUrl { get; set; }

Property Value

string