Get-PartnerCustomerBillingProfile

Gets the customer's billing profile.

Syntax

Get-PartnerCustomerBillingProfile
   -CustomerId <String>
   [<CommonParameters>]

Description

The Get-PartnerCustomerBillingProfile cmdlet gets the specified customer's billing profile.

Examples

Example 1

PS C:\> Get-PartnerCustomerBillingProfile -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'

This command gets the billing profile for the specified customer.

Parameters

-CustomerId

The identifier for the customer.

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

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Customers.PSCustomerBillingProfile