using System.Collections.Generic;
using Newtonsoft.Json;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayCommerceCityfacilitatorDepositQueryResponse.
///
public class AlipayCommerceCityfacilitatorDepositQueryResponse : AopResponse
{
///
/// 待圈存明细
///
[JsonProperty("recharge_bills")]
public List RechargeBills { get; set; }
}
}