Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/Response/ZolozAuthenticationCustomerSmileliveInitializeResponse.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

18 lines
426 B
C#

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