using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipayEbppSubscribeCheckcodeImportResponse. /// </summary> public class AlipayEbppSubscribeCheckcodeImportResponse : AopResponse { /// <summary> /// θΏεη»ζ /// </summary> [XmlElement("success")] public bool Success { get; set; } } }