Get-PartnerInvoiceStatement
Gets an invoice statement using the invoice identifier.
Get-PartnerInvoiceStatement
-InvoiceId <String>
[-OutputPath <String>]
[-Overwrite]
[<CommonParameters>]
Gets an invoice statement using the invoice identifier and writes it to the specified path.
PS C:\> Get-PartnerInvoiceStatement -InvoiceId G000024135 -OutputPath 'C:\Invoices\'
Downloads the invoice statement associated with the invoice with the identifier of G000024135.
The invoice id of the statement to retrieve.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
A flag indicating whether or to overwrite the file if it exists.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
System.Object