NewGaoKaoApi/PaymentSDK/AliPay/Domain/AlipayCommerceTransportAdPl...

19 lines
445 B
C#
Raw Permalink 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.Domain
{
/// <summary>
/// AlipayCommerceTransportAdPlanCreateModel Data Structure.
/// </summary>
[Serializable]
public class AlipayCommerceTransportAdPlanCreateModel : AopObject
{
/// <summary>
/// 复杂类型参见AdPlan定义
/// </summary>
[XmlElement("ad_plan")]
public AdPlan AdPlan { get; set; }
}
}