初始提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayMicropayOrderGetResponse.
|
||||
/// </summary>
|
||||
public class AlipayMicropayOrderGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 冻结订单详情
|
||||
/// </summary>
|
||||
[JsonProperty("micro_pay_order_detail")]
|
||||
public MicroPayOrderDetail MicroPayOrderDetail { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user