Get-PartnerUnbilledInvoiceLineItem

Gets the unbilled invoice line items.

Syntax

Get-PartnerUnbilledInvoiceLineItem
   -CurrencyCode <String>
   -LineItemType <InvoiceLineItemType>
   -Period <BillingPeriod>
   [<CommonParameters>]

Description

Gets the unbilled invoice line items.

Examples

Example 1

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType BillingLineItems -Period Current

Gets reconciliation line items for the current billing period that have not been billed. The current billing period is defined as the current month.

Example 2

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType BillingLineItems -Period Previous

Gets reconciliation line items for the previous billing period that have not been billed. The previous billing period is defined as the previous month.

Example 3

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType UsageLineItems -Period Current

Gets consumption line items for the current billing period that have not been billed. The current billing period is defined as the current month.

Example 4

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType UsageLineItems -Period Previous

Gets consumption line items for the previous billing period that have not been billed. The previous billing period is defined as the previous month.

Parameters

-CurrencyCode

The currency code for the unbilled line items.

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

-LineItemType

The type of invoice line items.

Type:InvoiceLineItemType
Accepted values:BillingLineItems, UsageLineItems
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Period

The billing period for the line items.

Type:BillingPeriod
Accepted values:Current, Previous
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSOneTimeInvoiceLineItem

Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSDailyRatedUsageLineItem