using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayUserAlipaypointSendResponse. /// public class AlipayUserAlipaypointSendResponse : AopResponse { /// /// 发放记录号 /// [XmlElement("record_id")] public string RecordId { get; set; } } }