Table of Contents

Class AppsFundBillsRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [GET] /apps/fund/bills 接口的请求。

public class AppsFundBillsRequest : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsFundBillsRequest
Implements
ICommonRequest
Inherited Members

Constructors

AppsFundBillsRequest()

public AppsFundBillsRequest()

Properties

AccountType

获取或设置账户类型。

默认值:ALL

[JsonIgnore]
public string AccountType { get; set; }

Property Value

string

AppId

获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonIgnore]
public string? AppId { get; set; }

Property Value

string

ComponentAppId

获取或设置小程序第三方平台应用 ID。

[JsonIgnore]
public string? ComponentAppId { get; set; }

Property Value

string

DateString

获取或设置账单日期字符串(格式:yyyyMMdd)。

[JsonIgnore]
public string DateString { get; set; }

Property Value

string

MerchantId

获取或设置商户号。

[JsonIgnore]
public string MerchantId { get; set; }

Property Value

string

PaymentType

获取或设置收支类型。

默认值:ALL

[JsonIgnore]
public string PaymentType { get; set; }

Property Value

string

Signature

获取或设置签名。如果不指定将由系统自动生成。

[JsonIgnore]
public string? Signature { get; set; }

Property Value

string

TradeType

获取或设置交易类型。

默认值:ALL

[JsonIgnore]
public string TradeType { get; set; }

Property Value

string