using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayEbppInvoiceApplystatusQueryResponse.
///
public class AlipayEbppInvoiceApplystatusQueryResponse : AopResponse
{
///
/// 每笔交易开票状态
///
[XmlArray("apply_status_brief_dtos")]
[XmlArrayItem("order_apply_status_brief_d_t_o")]
public List ApplyStatusBriefDtos { get; set; }
}
}