using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayZdatafrontDatatransferedSendResponse.
///
public class AlipayZdatafrontDatatransferedSendResponse : AopResponse
{
///
/// 表示数据传输是否成功
///
[JsonProperty("success")]
public string Success { get; set; }
}
}