Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 2.4 KB

Get-PartnerInvoiceTaxReceiptStatement.md

File metadata and controls

108 lines (81 loc) · 2.4 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerInvoiceTaxReceiptStatement

SYNOPSIS

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
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OutputPath

The output path of the PDF statement file.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Overwrite

A flag indicating whether or not to overwrite the file if it exists.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TaxReceiptId

The identifier of the tax receipt.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS