< Back
Get-PartnerInvoiceLineItem
Post
NAME Get-PartnerInvoiceLineItem
SYNOPSIS
Gets the line items for the specified invoice.
SYNTAX
Get-PartnerInvoiceLineItem -BillingProvider {All | Azure | Office | OneTime | Marketplace} [-CurrencyCode
<String>] -InvoiceId <String> -LineItemType {BillingLineItems | UsageLineItems} -Period {Current | Previous}
[<CommonParameters>]
DESCRIPTION
Gets the line items for the specified invoice.
PARAMETERS
-BillingProvider <BillingProvider>
The billing provide for the line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-CurrencyCode <String>
The currency code for the unbilled line items.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InvoiceId <String>
The identifier corresponding to the invoice.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LineItemType <InvoiceLineItemType>
The type of invoice line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Period <BillingPeriod>
The billing period for the line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSInvoiceLineItem
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerInvoiceLineItem -BillingProvider Azure -InvoiceId 'D070002ISK' -LineItemType 'BillingLineItems'
Gets the line items for the specified invoice.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... ceLineItem
SYNOPSIS
Gets the line items for the specified invoice.
SYNTAX
Get-PartnerInvoiceLineItem -BillingProvider {All | Azure | Office | OneTime | Marketplace} [-CurrencyCode
<String>] -InvoiceId <String> -LineItemType {BillingLineItems | UsageLineItems} -Period {Current | Previous}
[<CommonParameters>]
DESCRIPTION
Gets the line items for the specified invoice.
PARAMETERS
-BillingProvider <BillingProvider>
The billing provide for the line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-CurrencyCode <String>
The currency code for the unbilled line items.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InvoiceId <String>
The identifier corresponding to the invoice.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-LineItemType <InvoiceLineItemType>
The type of invoice line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Period <BillingPeriod>
The billing period for the line items.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSInvoiceLineItem
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Get-PartnerInvoiceLineItem -BillingProvider Azure -InvoiceId 'D070002ISK' -LineItemType 'BillingLineItems'
Gets the line items for the specified invoice.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... ceLineItem