using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayEcoMycarParkingChargeinfoSyncResponse.
///
public class AlipayEcoMycarParkingChargeinfoSyncResponse : AopResponse
{
///
/// 同步结果:0 成功,1 失败
///
[XmlElement("sync_result")]
public string SyncResult { get; set; }
}
}