using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayAssetPointBudgetQueryResponse.
///
public class AlipayAssetPointBudgetQueryResponse : AopResponse
{
///
/// 还可以发放的集分宝个数
///
[JsonProperty("budget_amount")]
public long BudgetAmount { get; set; }
}
}