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
AppId
获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonIgnore]
public string? AppId { get; set; }
Property Value
ComponentAppId
获取或设置小程序第三方平台应用 ID。
[JsonIgnore]
public string? ComponentAppId { get; set; }
Property Value
DateString
获取或设置账单日期字符串(格式:yyyyMMdd)。
[JsonIgnore]
public string DateString { get; set; }
Property Value
MerchantId
获取或设置商户号。
[JsonIgnore]
public string MerchantId { get; set; }
Property Value
PaymentType
获取或设置收支类型。
默认值:ALL
[JsonIgnore]
public string PaymentType { get; set; }
Property Value
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonIgnore]
public string? Signature { get; set; }
Property Value
TradeType
获取或设置交易类型。
默认值:ALL
[JsonIgnore]
public string TradeType { get; set; }