Table of Contents

Class AppsECPaySaaSCreateMerchantRequest.Types.LegalPerson

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

Constructors

LegalPerson()

public LegalPerson()

Properties

BackPictureImageIdMap

获取或设置证件背面照片图片 ID 字典。

[JsonPropertyName("back_pic_url")]
public IDictionary<string, string>? BackPictureImageIdMap { get; set; }

Property Value

IDictionary<string, string>

BeginDateString

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

[JsonPropertyName("begin_date")]
public string BeginDateString { get; set; }

Property Value

string

EndDateString

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

[JsonPropertyName("exp_date")]
public string EndDateString { get; set; }

Property Value

string

FrontPictureImageIdMap

获取或设置证件正面照片图片 ID 字典。

[JsonPropertyName("front_pic_url")]
public IDictionary<string, string> FrontPictureImageIdMap { get; set; }

Property Value

IDictionary<string, string>

IdAddress

获取或设置证件地址。

[JsonPropertyName("address")]
public string? IdAddress { get; set; }

Property Value

string

IdName

获取或设置证件姓名。

[JsonPropertyName("name")]
public string IdName { get; set; }

Property Value

string

IdNumber

获取或设置证件号码。

[JsonPropertyName("id_no")]
public string IdNumber { get; set; }

Property Value

string

IdType

获取或设置证件类型。

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

Property Value

int