using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayTrustUserDatareceivedSendResponse.
///
public class AlipayTrustUserDatareceivedSendResponse : AopResponse
{
///
/// 当值为T时,表示回流成功
///
[XmlElement("is_successful")]
public string IsSuccessful { get; set; }
}
}