using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayOpenPublicComptestCreateResponse.
///
public class AlipayOpenPublicComptestCreateResponse : AopResponse
{
///
/// 1
///
[XmlElement("result")]
public string Result { get; set; }
///
/// 2
///
[XmlElement("resulttwo")]
public string Resulttwo { get; set; }
}
}