using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// SsdataDataserviceRiskAlixiaohaoQueryResponse.
///
public class SsdataDataserviceRiskAlixiaohaoQueryResponse : AopResponse
{
///
/// 是否阿里小号
///
[JsonProperty("is_alixiaohao")]
public bool IsAlixiaohao { get; set; }
}
}