Class AppsECPayQueryRefundV1Response.Types.Refund
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPayQueryRefundV1Response.Types.Refund
- Inheritance
-
AppsECPayQueryRefundV1Response.Types.Refund
- Inherited Members
Constructors
Refund()
public Refund()
Properties
RefundAmount
获取或设置退款金额(单位:分)。
[JsonPropertyName("refund_amount")]
public int RefundAmount { get; set; }
Property Value
RefundNumber
获取或设置担保交易退款单号。
[JsonPropertyName("refund_no")]
public string RefundNumber { get; set; }
Property Value
RefundStatus
获取或设置退款状态。
[JsonPropertyName("refund_status")]
public string RefundStatus { get; set; }