Table of Contents

Class AppsECPaySaaSCreateMerchantRequest.Types.MerchantCardInfo

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

Constructors

MerchantCardInfo()

public MerchantCardInfo()

Properties

AccountName

获取或设置银行户名。

[JsonPropertyName("account_name")]
public string AccountName { get; set; }

Property Value

string

AccountNumber

获取或设置银行账号。

[JsonPropertyName("account_no")]
public string AccountNumber { get; set; }

Property Value

string

AlipayAccountNumber

获取或设置支付宝结算账号。

[JsonPropertyName("alipay_account_no")]
public string? AlipayAccountNumber { get; set; }

Property Value

string

AlipaySettleType

获取或设置支付宝结算类型。

[JsonPropertyName("alipay_settle_type")]
public int AlipaySettleType { get; set; }

Property Value

int

BankFullName

获取或设置开户支行名。

[JsonPropertyName("bank_full_name")]
public string BankFullName { get; set; }

Property Value

string

CardType

获取或设置银行卡类型。

[JsonPropertyName("card_type")]
public string CardType { get; set; }

Property Value

string

OtherCertificatePictureImageIdList

获取或设置其他证明图片 ID 列表。

[JsonPropertyName("other_cert_pics")]
public IList<string>? OtherCertificatePictureImageIdList { get; set; }

Property Value

IList<string>

RelationCertificatePictureImageId

获取或设置关系证明函图片 ID。

[JsonPropertyName("relation_cert_pic")]
public string? RelationCertificatePictureImageId { get; set; }

Property Value

string

SettleType

获取或设置结算类型。

[JsonPropertyName("settle_type")]
public int SettleType { get; set; }

Property Value

int

SettlementCertificatePictureImageId

获取或设置结算证明函图片 ID。

[JsonPropertyName("settlement_cert_pic")]
public string? SettlementCertificatePictureImageId { get; set; }

Property Value

string