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