using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayOpenBizCreateResponse.
///
public class AlipayOpenBizCreateResponse : AopResponse
{
///
/// 1
///
[XmlElement("a")]
public string A { get; set; }
///
/// 211
///
[XmlElement("b")]
public GavintestNewonline B { get; set; }
///
/// 1
///
[XmlElement("c")]
public string C { get; set; }
}
}