DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinCardInvoice/CgibinCardInvoiceReimburseGetInvoiceInfoResponse.json
2021-06-04 01:10:54 +08:00

33 lines
862 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"card_id": "CARDID",
"begin_time": 1469084420,
"end_time": 2100236420,
"openid": "oxfdsfsafaf",
"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": "check_code"
}
}