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