Class AppsECPaySaaSCreateMerchantResponse
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/saas/create_merchant 接口的响应。
public class AppsECPaySaaSCreateMerchantResponse : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
AppsECPaySaaSCreateMerchantResponse
- Implements
-
ICommonResponse
- Inherited Members
Constructors
AppsECPaySaaSCreateMerchantResponse()
public AppsECPaySaaSCreateMerchantResponse()
Properties
ApplyId
获取或设置申请单 ID。
[JsonPropertyName("apply_id")]
public string ApplyId { get; set; }
Property Value
ErrorCode
获取字节小程序 API 返回的详细错误号。
[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }
Property Value
ErrorMessage
获取字节小程序 API 返回的错误描述。
[JsonPropertyName("err_tips")]
public override string? ErrorMessage { get; set; }
Property Value
MerchantId
获取或设置商户号。
[JsonPropertyName("merchant_id")]
public string MerchantId { get; set; }