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
BeginDateString
获取或设置证件有效期开始日期字符串(格式:yyyyMMdd)。
[JsonPropertyName("begin_date")]
public string BeginDateString { get; set; }
Property Value
EndDateString
获取或设置证件有效期结束日期字符串(格式:yyyyMMdd / "长期")。
[JsonPropertyName("exp_date")]
public string EndDateString { get; set; }
Property Value
FrontPictureImageIdMap
获取或设置证件正面照片图片 ID 字典。
[JsonPropertyName("front_pic_url")]
public IDictionary<string, string> FrontPictureImageIdMap { get; set; }
Property Value
IdAddress
获取或设置证件地址。
[JsonPropertyName("address")]
public string? IdAddress { get; set; }
Property Value
IdName
获取或设置证件姓名。
[JsonPropertyName("name")]
public string IdName { get; set; }
Property Value
IdNumber
获取或设置证件号码。
[JsonPropertyName("id_no")]
public string IdNumber { get; set; }
Property Value
IdType
获取或设置证件类型。
[JsonPropertyName("id_type")]
public int IdType { get; set; }