using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// AliTrustScore Data Structure.
///
[Serializable]
public class AliTrustScore : AopObject
{
///
/// ่้บปๅ
///
[JsonProperty("score")]
public long Score { get; set; }
}
}