Class AppsECPaySaaSQueryMerchantStatusResponse.Types.MerchantStatusInfo
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPaySaaSQueryMerchantStatusResponse.Types.MerchantStatusInfo
- Inheritance
-
AppsECPaySaaSQueryMerchantStatusResponse.Types.MerchantStatusInfo
- Inherited Members
Constructors
MerchantStatusInfo()
public MerchantStatusInfo()
Properties
LegalPersonSignUrl
获取或设置法人签名页面 URL。
[JsonPropertyName("legal_sign_url")]
public string? LegalPersonSignUrl { get; set; }
Property Value
LegalPersonValidationUrl
获取或设置法人验证页面 URL。
[JsonPropertyName("legal_validation_url")]
public string? LegalPersonValidationUrl { get; set; }
Property Value
MerchantId
获取或设置商户号。
[JsonPropertyName("merchant_id")]
public string? MerchantId { get; set; }
Property Value
RejectReason
获取或设置审核拒绝原因。
[JsonPropertyName("reject_reason")]
public string? RejectReason { get; set; }
Property Value
Status
获取或设置状态。
[JsonPropertyName("status")]
public string Status { get; set; }