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

19 lines
472 B
C#

using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// KoubeiMarketingCampaignIntelligentPromoConsultResponse.
/// </summary>
public class KoubeiMarketingCampaignIntelligentPromoConsultResponse : AopResponse
{
/// <summary>
/// 智能营销方案咨询的模型
/// </summary>
[XmlElement("promo")]
public IntelligentPromo Promo { get; set; }
}
}