using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
///
/// AlipayBossFncSettleSettlementbillCreateModel Data Structure.
///
[Serializable]
public class AlipayBossFncSettleSettlementbillCreateModel : AopObject
{
///
/// 结算单创建请求列表
///
[XmlArray("settlement_bill_create_order")]
[XmlArrayItem("settlement_bill_create_order")]
public List SettlementBillCreateOrder { get; set; }
}
}