using System.Collections.Generic;
namespace SiteCore.taoObj
{
class Invoicing_get_response_Obj
{
///
///
///
public string result { get; set; }
///
///
///
public List list { get; set; }
public class ListItem
{
///
///
///
public string c_orderno { get; set; }
///
///
///
public string c_jpg_url { get; set; }
///
///
///
public string c_invoiceid { get; set; }
///
///
///
public double c_hjse { get; set; }
///
/// 龙岩邦泰人和企业管理咨询有限公司
///
public string c_buyername { get; set; }
///
///
///
public string c_fphm { get; set; }
///
///
///
public string c_taxnum { get; set; }
///
///
///
public string c_url { get; set; }
///
///
///
public string c_fpqqlsh { get; set; }
///
/// 增值税电子普通发票
///
public string c_invoice_line { get; set; }
///
///
///
public string c_fpdm { get; set; }
///
///
///
public string c_resultmsg { get; set; }
///
///
///
public double c_bhsje { get; set; }
///
/// 开票完成(最终状态)
///
public string c_msg { get; set; }
///
///
///
public string c_status { get; set; }
///
///
///
public long c_kprq { get; set; }
///
///
///
public string c_jym { get; set; }
}
}
}