using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayPcreditHuabeiPromoQueryResponse. /// public class AlipayPcreditHuabeiPromoQueryResponse : AopResponse { /// /// 花呗颜值分 /// [XmlElement("facescore")] public string Facescore { get; set; } } }