AlipayWeiboEbppRechargeResponse.cs 401 B

1234567891011121314151617
  1. using System;
  2. using System.Xml.Serialization;
  3. namespace Aop.Api.Response
  4. {
  5. /// <summary>
  6. /// AlipayWeiboEbppRechargeResponse.
  7. /// </summary>
  8. public class AlipayWeiboEbppRechargeResponse : AopResponse
  9. {
  10. /// <summary>
  11. /// 返回缴费页面
  12. /// </summary>
  13. [XmlElement("partnerpuccharge")]
  14. public string Partnerpuccharge { get; set; }
  15. }
  16. }