NewGaoKaoApi/PaymentSDK/AliPay/Response/KoubeiMarketingCampaignInte...

20 lines
622 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;
using System.Collections.Generic;
namespace Aop.Api.Response
{
/// <summary>
/// KoubeiMarketingCampaignIntelligentTemplateConsultResponse.
/// </summary>
public class KoubeiMarketingCampaignIntelligentTemplateConsultResponse : AopResponse
{
/// <summary>
/// 营销模板的编号 GENERAL_NORMAL全场普通 ITEM_NORMAL单品普通; CROWD_NORMAL: 千人千券普通;
/// </summary>
[XmlArray("template_codes")]
[XmlArrayItem("string")]
public List<string> TemplateCodes { get; set; }
}
}