using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayEbppBillBatchPayurlGetResponse.
///
public class AlipayEbppBillBatchPayurlGetResponse : AopResponse
{
///
/// 收银台链接
///
[XmlElement("pay_url")]
public string PayUrl { get; set; }
}
}