NewGaoKaoApi/PaymentSDK/AliPay/Response/AlipayCommerceLotteryPresen...

18 lines
406 B
C#

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayCommerceLotteryPresentSendResponse.
/// </summary>
public class AlipayCommerceLotteryPresentSendResponse : AopResponse
{
/// <summary>
/// 是否赠送成功
/// </summary>
[XmlElement("send_result")]
public bool SendResult { get; set; }
}
}