using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Response { /// /// AlipayDataDataserviceAdUserbalanceOfflineResponse. /// public class AlipayDataDataserviceAdUserbalanceOfflineResponse : AopResponse { /// /// 操作成功投放账户id列表 /// [XmlArray("success_user_id_list")] [XmlArrayItem("string")] public List SuccessUserIdList { get; set; } } }