Class AppsECPaySaaSCreateMerchantRequest.Types.Beneficiary
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPaySaaSCreateMerchantRequest.Types.Beneficiary
- Inheritance
-
AppsECPaySaaSCreateMerchantRequest.Types.Beneficiary
- Inherited Members
Constructors
Beneficiary()
public Beneficiary()
Properties
BackPictureImageId
获取或设置受益人证件背面照片图片 ID。
[JsonPropertyName("back_pic_url")]
public string? BackPictureImageId { 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
FrontPictureImageId
获取或设置受益人证件正面照片图片 ID。
[JsonPropertyName("front_pic_url")]
public string FrontPictureImageId { 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; }