Share via


Get-PartnerUnbilledInvoiceLineItem

Gets the unbilled invoice line items.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LineItemType

The type of invoice line items.

Parameter properties

Type:InvoiceLineItemType
Default value:None
Accepted values:BillingLineItems, UsageLineItems
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Period

The billing period for the line items.

Parameter properties

Type:BillingPeriod
Default value:None
Accepted values:Current, Previous
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
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.

Inputs

None

Outputs

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

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