using System;
using System.Xml.Serialization;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// ZolozIdentificationDeviceinfoQueryResponse.
///
public class ZolozIdentificationDeviceinfoQueryResponse : AopResponse
{
///
/// device_info
///
[XmlElement("device_info")]
public ZolozDeviceInfo DeviceInfo { get; set; }
}
}