NewGaoKaoApi/PaymentSDK/AliPay/Response/ZolozAuthenticationCustomer...

18 lines
416 B
C#

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// ZolozAuthenticationCustomerSmilepayInitializeResponse.
/// </summary>
public class ZolozAuthenticationCustomerSmilepayInitializeResponse : AopResponse
{
/// <summary>
/// 返回值
/// </summary>
[XmlElement("result")]
public string Result { get; set; }
}
}