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