using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// ZhimaCreditEpSceneFulfillmentlistSyncResponse.
///
public class ZhimaCreditEpSceneFulfillmentlistSyncResponse : AopResponse
{
///
/// 履约同步结果列表
///
[XmlArray("fulfillment_result_list")]
[XmlArrayItem("fulfillment_result")]
public List FulfillmentResultList { get; set; }
}
}