DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse.json

36 lines
1.1 KiB
JSON

{
"errcode": 0,
"errmsg": "ok",
"item_list": [
{
"card_id": "CARDID",
"openid": "ofdsfasfsafsafasf",
"type": "增值税电子普通发票",
"payee": "深圳市XX有限公司",
"detail": "可在公司企业微信内报销使用",
"user_info": {
"fee": 4000,
"title": "XX有限公司",
"billing_time": 1478620800,
"billing_no": "00000001",
"billing_code": "000000000001",
"info": [
{
"name": "NAME",
"num": 10,
"unit": "吨",
"price": 4
}
],
"fee_without_tax": 2345,
"tax": 123,
"detail": "项目",
"pdf_url": "pdf_url",
"reimburse_status": "INVOICE_REIMBURSE_INIT",
"check_code": "CHECKCODE",
"buyer_number": "BUYERNUMER"
}
}
]
}