using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayUserPassTemplateCreateResponse.
///
public class AlipayUserPassTemplateCreateResponse : AopResponse
{
///
/// 支付宝模版ID
///
[XmlElement("template_id")]
public string TemplateId { get; set; }
}
}