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

19 lines
461 B
C#

using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// KoubeiMarketingCampaignIntelligentPromoCreateResponse.
/// </summary>
public class KoubeiMarketingCampaignIntelligentPromoCreateResponse : AopResponse
{
/// <summary>
/// 智能营销活动信息
/// </summary>
[XmlElement("promo")]
public IntelligentPromo Promo { get; set; }
}
}