using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayPcreditHuabeiPromoQueryResponse.
///
public class AlipayPcreditHuabeiPromoQueryResponse : AopResponse
{
///
/// 花呗颜值分
///
[JsonProperty("facescore")]
public string Facescore { get; set; }
}
}