using System.Collections.Generic; using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// AlipayAccountExrateAllclientrateQueryResponse. /// public class AlipayAccountExrateAllclientrateQueryResponse : AopResponse { /// /// 汇率信息列表 /// [JsonProperty("client_rate_list")] public List ClientRateList { get; set; } } }