using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayPointBalanceGetResponse. /// public class AlipayPointBalanceGetResponse : AopResponse { /// /// 用户的集分宝余额 /// [XmlElement("point_amount")] public long PointAmount { get; set; } } }