using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayBossFncSubaccountAccountQueryModel Data Structure. /// [Serializable] public class AlipayBossFncSubaccountAccountQueryModel : AopObject { /// /// 子户信息查询请求 /// [XmlElement("sub_account_info_query_order")] public SubAccountInfoQueryOrder SubAccountInfoQueryOrder { get; set; } } }