using System; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Response { /// /// ZolozIdentificationCustomerEnrollcertifyQueryResponse. /// public class ZolozIdentificationCustomerEnrollcertifyQueryResponse : AopResponse { /// /// 业务单据号,用于核对和排查 /// [XmlElement("biz_id")] public string BizId { get; set; } } }