using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AntMerchantExpandPersonalApplyResponse. /// public class AntMerchantExpandPersonalApplyResponse : AopResponse { /// /// 支付宝端商户入驻申请单据号 /// [XmlElement("order_no")] public string OrderNo { get; set; } /// /// 外部入驻申请单据号 /// [XmlElement("out_biz_no")] public string OutBizNo { get; set; } } }