Table of Contents

Class AppsECPaySaaSCreateMerchantRequest.Types.BusinessLicense

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

Constructors

BusinessLicense()

public BusinessLicense()

Properties

BackPictureImageIdMap

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

[JsonPropertyName("business_license_back_picurl")]
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("end_date")]
public string EndDateString { get; set; }

Property Value

string

FrontPictureImageIdMap

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

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

Property Value

IDictionary<string, string>

LicenseAddress

获取或设置证件地址。

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

Property Value

string

LicenseCode

获取或设置证件号码。

[JsonPropertyName("business_license_code")]
public string LicenseCode { get; set; }

Property Value

string

LicenseType

获取或设置证件类型。

[JsonPropertyName("business_license_type")]
public int LicenseType { get; set; }

Property Value

int