using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// AlipayMicropayOrderConfirmpayurlGetResponse. /// public class AlipayMicropayOrderConfirmpayurlGetResponse : AopResponse { /// /// SinglePayDetail信息 /// [JsonProperty("single_pay_detail")] public SinglePayDetail SinglePayDetail { get; set; } } }