using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayUserAgreementExecutionplanModifyResponse.
///
public class AlipayUserAgreementExecutionplanModifyResponse : AopResponse
{
///
/// 周期性扣款产品,授权免密支付协议号
///
[XmlElement("agreement_no")]
public string AgreementNo { get; set; }
///
/// 商户下一次扣款时间
///
[XmlElement("deduct_time")]
public string DeductTime { get; set; }
}
}