using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayEbppBillKeySearchResponse.
///
public class AlipayEbppBillKeySearchResponse : AopResponse
{
///
/// 请求受理ID。
///
[XmlElement("task_id")]
public string TaskId { get; set; }
}
}