using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// ZhimaCreditEpSceneFulfillmentSyncResponse.
///
public class ZhimaCreditEpSceneFulfillmentSyncResponse : AopResponse
{
///
/// 履约单号
///
[XmlElement("fulfillment_order_no")]
public string FulfillmentOrderNo { get; set; }
}
}