Get-PartnerInvoiceTaxReceiptStatement
获取指定发票的税单。
语法
Get-PartnerInvoiceTaxReceiptStatement
-InvoiceId <String>
[-OutputPath <String>]
[-Overwrite]
-TaxReceiptId <String>
[<CommonParameters>]
说明
获取指定发票的税单。
示例
示例 1
PS C:\> Get-PartnerInvoiceStatement -InvoiceId G000024135 -OutputPath 'C:\Invoices\' -TaxReceiptId 00123
获取指定发票的税单。
参数
-InvoiceId
发票的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-OutputPath
PDF 语句文件的输出路径。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Overwrite
一个标志,指示是否覆盖文件(如果存在)。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TaxReceiptId
税务收据的标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object