using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayEcoMycarDataExternalQueryResponse. /// public class AlipayEcoMycarDataExternalQueryResponse : AopResponse { /// /// 30 /// [JsonProperty("external_system_name")] public string ExternalSystemName { get; set; } /// /// outter_response /// [JsonProperty("query_result")] public string QueryResult { get; set; } } }