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

19 lines
468 B
C#

using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// KoubeiMarketingCampaignIntelligentPromoQueryResponse.
/// </summary>
public class KoubeiMarketingCampaignIntelligentPromoQueryResponse : AopResponse
{
/// <summary>
/// 查询返回的营销活动模型
/// </summary>
[XmlElement("promo")]
public IntelligentPromo Promo { get; set; }
}
}