using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// ZhimaCreditEpSceneRatingInitializeResponse.
///
public class ZhimaCreditEpSceneRatingInitializeResponse : AopResponse
{
///
/// 芝麻企业信用评估单号,商户应该妥善关联持久化保存该订单号用于后续的对账。
///
[XmlElement("order_no")]
public string OrderNo { get; set; }
}
}