Class AppsECPayQueryRefundV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/ecpay/v1/query_refund 接口的请求。
public class AppsECPayQueryRefundV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsECPayQueryRefundV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsECPayQueryRefundV1Request()
public AppsECPayQueryRefundV1Request()
Properties
AppId
获取或设置小程序 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("app_id")]
public string? AppId { get; set; }
Property Value
ComponentAppId
获取或设置小程序第三方平台应用 ID。
[JsonPropertyName("thirdparty_id")]
public string? ComponentAppId { get; set; }
Property Value
OutRefundNumber
获取或设置商户退款单号。
[JsonPropertyName("out_refund_no")]
public string OutRefundNumber { get; set; }
Property Value
Signature
获取或设置签名。如果不指定将由系统自动生成。
[JsonPropertyName("sign")]
public string? Signature { get; set; }