using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Response
{
///
/// ZolozAuthenticationCustomerSmileliveInitializeResponse.
///
public class ZolozAuthenticationCustomerSmileliveInitializeResponse : AopResponse
{
///
/// result
///
[XmlElement("result")]
public string Result { get; set; }
}
}