using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOpenPublicThirdCustomerServiceResponse. /// public class AlipayOpenPublicThirdCustomerServiceResponse : AopResponse { /// /// 授权给第三方渠道商的服务窗名称 /// [XmlElement("public_name")] public string PublicName { get; set; } } }