using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayPcreditLoanRefundCreateResponse. /// public class AlipayPcreditLoanRefundCreateResponse : AopResponse { /// /// 受理的还款申请单号 /// [JsonProperty("loan_repay_no")] public string LoanRepayNo { get; set; } } }