using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayAssetPointBudgetQueryResponse. /// public class AlipayAssetPointBudgetQueryResponse : AopResponse { /// /// 还可以发放的集分宝个数 /// [XmlElement("budget_amount")] public long BudgetAmount { get; set; } } }