Class AppsBillsRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [GET] /apps/bills 接口的请求。
public class AppsBillsRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsBillsRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsBillsRequest()
public AppsBillsRequest()
Properties
AppId
获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonIgnore]
public string? AppId { get; set; }
Property Value
BillType
获取或设置账单类型。
[JsonIgnore]
public string BillType { 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
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonIgnore]
public string? Signature { get; set; }