Get-PartnerInvoice

获取合作伙伴可用的发票列表。

语法

Get-PartnerInvoice
   [-InvoiceId <String>]
   [<CommonParameters>]

说明

获取经过身份验证的合作伙伴的特定发票或所有发票。

示例

示例 1

PS C:\> Get-PartnerInvoice -InvoiceID 'G000024135'

获取基于指定发票的特定发票。

示例 2

PS C:\> Get-PartnerInvoice

获取合作伙伴可用的发票列表。

参数

-InvoiceId

发票的标识符。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输入

None

输出

Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSInvoice