using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayBossFncSubaccountAccountApplyModel Data Structure. /// [Serializable] public class AlipayBossFncSubaccountAccountApplyModel : AopObject { /// /// 子户创建申请 /// [XmlElement("apply_sub_account_and_bind_order")] public ApplySubAccountAndBindOrder ApplySubAccountAndBindOrder { get; set; } } }