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; }
    }
}