NewGaoKaoApi/PaymentSDK/AliPay/Response/AntOcrDriverlicenseIdentify...

18 lines
383 B
C#

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// AntOcrDriverlicenseIdentifyResponse.
/// </summary>
public class AntOcrDriverlicenseIdentifyResponse : AopResponse
{
/// <summary>
/// 识别结果
/// </summary>
[XmlElement("result")]
public string Result { get; set; }
}
}