| | |
| | | } |
| | | |
| | | [XmlRoot("ap")] |
| | | public class NongYePayDownloadEreceiptResponse : NongYePayBaseResponse |
| | | public class NongYePayDownloadEreceiptResponse : NongYePayZipResponse |
| | | { |
| | | /// <summary> |
| | | /// 文件标识 |
| | | /// </summary> |
| | | public string FileFlag { get; set; } |
| | | |
| | | public NongYePayGetEreceiptResponseCmp Cmp { get; set; } |
| | | |
| | | public List<NongYePayDownloadEreceiptResponseItem> Items { get; set; } = []; |
| | | |
| | | public string ZipFileName { get; set; } |
| | | |
| | | } |
| | | |
| | | public class NongYePayDownloadEreceiptResponseItem |
| | | { |
| | | /// <summary> |
| | | /// 文件名 |
| | | /// </summary> |
| | | public string FileName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 流 |
| | | /// </summary> |
| | | public MemoryStream Stream { get; set; } |
| | | } |
| | | } |