using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Response
{
///
/// AlipayDataDataserviceAdOnlineResponse.
///
public class AlipayDataDataserviceAdOnlineResponse : AopResponse
{
///
/// 操作成功外部ID列表
///
[XmlArray("success_id_list")]
[XmlArrayItem("string")]
public List SuccessIdList { get; set; }
}
}