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