Table of Contents

Class AppsECPaySaaSQueryMerchantBalanceResponse.Types.Settlement

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

Constructors

Settlement()

public Settlement()

Properties

BankCardNumber

获取或设置银行卡号。

[JsonPropertyName("bankcard_no")]
public string BankCardNumber { get; set; }

Property Value

string

BankName

获取或设置银行名称。

[JsonPropertyName("bank_name")]
public string BankName { get; set; }

Property Value

string

SettleAccount

获取或设置支付宝账号。

[JsonPropertyName("settle_account")]
public string SettleAccount { get; set; }

Property Value

string

SettleType

获取或设置结算类型。

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

Property Value

int