using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayCommerceLotteryPresentSendResponse.
///
public class AlipayCommerceLotteryPresentSendResponse : AopResponse
{
///
/// 是否赠送成功
///
[JsonProperty("send_result")]
public bool SendResult { get; set; }
}
}