using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayEcoMycarDataExternalSendResponse. /// public class AlipayEcoMycarDataExternalSendResponse : AopResponse { /// /// 20 /// [XmlElement("external_system_name")] public string ExternalSystemName { get; set; } /// /// outter_response /// [XmlElement("process_result")] public string ProcessResult { get; set; } } }