using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Response
{
///
/// ZolozIdentificationCustomerEnrollCancelResponse.
///
public class ZolozIdentificationCustomerEnrollCancelResponse : AopResponse
{
///
/// 与入参值保持一致
///
[XmlElement("biz_id")]
public string BizId { get; set; }
}
}