using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayEcoMycarDataExternalSendResponse.
///
public class AlipayEcoMycarDataExternalSendResponse : AopResponse
{
///
/// 20
///
[JsonProperty("external_system_name")]
public string ExternalSystemName { get; set; }
///
/// outter_response
///
[JsonProperty("process_result")]
public string ProcessResult { get; set; }
}
}