Set-PartnerBillingProfile
Updates the partner's billing profile.
Syntax
Set-PartnerBillingProfile
[-AddressLine1 <String>]
[-AddressLine2 <String>]
[-City <String>]
[-DisableValidation]
[-EmailAddress <String>]
[-FirstName <String>]
[-LastName <String>]
[-PhoneNumber <String>]
[-PostalCode <String>]
[-PurchaseOrderNumber <String>]
[-Region <String>]
[-State <String>]
[-TaxId <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Updates the partner's billing profile.
Examples
Example 1
PS C:\> Set-PartnerBillingProfile -AddressLine1 "1 Microsoft Way" -AddressLine2 "Suite 55" -City "Redmond" -State "WA" -PostalCode "98052"
This usage is an example of a partner updating their corporate address.
Parameters
-AddressLine1
The first line of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AddressLine2
The second line of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-City
The city portion of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableValidation
A flag that indicates whether the additional client side validation should be disabled.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EmailAddress
The email address of the primary billing contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FirstName
The first name of the primary billing contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastName
The last name of the primary billing contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PhoneNumber
The phone number of the primary billing contact.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PostalCode
The postal code portion of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PurchaseOrderNumber
The purchase order number to be used for billing purposes.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Region
The region portion of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-State
The state portion of the address.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TaxId
The tax identifier to be used for billing purposes.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Partners.PSBillingProfile