using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayOpenPublicThirdCustomerServiceResponse.
///
public class AlipayOpenPublicThirdCustomerServiceResponse : AopResponse
{
///
/// 授权给第三方渠道商的服务窗名称
///
[JsonProperty("public_name")]
public string PublicName { get; set; }
}
}