using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayEbppBillPayurlGetResponse.
///
public class AlipayEbppBillPayurlGetResponse : AopResponse
{
///
/// 付款页面地址
///
[XmlElement("pay_url")]
public string PayUrl { get; set; }
}
}