Get-PartnerInvoiceTaxReceiptStatement
Gets the tax receipt statement for the specified invoice.
Syntax
Get-PartnerInvoiceTaxReceiptStatement
-InvoiceId <String>
[-OutputPath <String>]
[-Overwrite]
-TaxReceiptId <String>
[<CommonParameters>]
Description
Gets the tax receipt statement for the specified invoice.
Examples
Example 1
PS C:\> Get-PartnerInvoiceStatement -InvoiceId G000024135 -OutputPath 'C:\Invoices\' -TaxReceiptId 00123
Gets the tax receipt statement for the specified invoice.
Parameters
-InvoiceId
The identifier of the invoice.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OutputPath
The output path of the PDF statement file.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Overwrite
A flag indicating whether or not to overwrite the file if it exists.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TaxReceiptId
The identifier of the tax receipt.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object