NewGaoKaoApi/PaymentSDK/AliPay/Response/AlipayOpenMiniTemplatemessa...

18 lines
574 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayOpenMiniTemplatemessageUsertemplateApplyResponse.
/// </summary>
public class AlipayOpenMiniTemplatemessageUsertemplateApplyResponse : AopResponse
{
/// <summary>
/// 开发者申请的模板id号使用该模板id号开发者可以调用alipay.open.app.mini.templatemessage.send接口进行模板消息发送
/// </summary>
[XmlElement("user_template_id")]
public string UserTemplateId { get; set; }
}
}