using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// AlipayZmScoreZrankResult Data Structure.
///
[Serializable]
public class AlipayZmScoreZrankResult : AopObject
{
///
/// 芝麻分分段 Z0-Z7
///
[JsonProperty("zrank")]
public string Zrank { get; set; }
}
}