Get-PartnerInvoice
Gets a list of invoices available to the partner.
Syntax
Default (Default)
Get-PartnerInvoice
[-InvoiceId <String>]
[<CommonParameters>]
Description
Gets a specific invoice or all invoices for the authenticated partner.
Examples
Example 1
PS C:\> Get-PartnerInvoice -InvoiceID 'G000024135'
Gets a specific invoice based for the specified invoice.
Example 2
PS C:\> Get-PartnerInvoice
Gets a list of invoices available to the partner.
Parameters
-InvoiceId
The identifier for the invoice.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.