< Back

Set-PartnerBillingProfile

Sat Jan 18, 2020 6:36 pm

NAME Set-PartnerBillingProfile



SYNOPSIS

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>] [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Updates the partner's billing profile.





PARAMETERS

-AddressLine1 <String>

The first line of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-AddressLine2 <String>

The second line of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-City <String>

The city portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DisableValidation [<SwitchParameter>]

A flag that indicates whether the additional client side validation should be disabled.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-EmailAddress <String>

The email address of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-FirstName <String>

The first name of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LastName <String>

The last name of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PhoneNumber <String>

The phone number of the primary billing contact.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PostalCode <String>

The postal code portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PurchaseOrderNumber <String>

The purchase order number to be used for billing purposes.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Region <String>

The region portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-State <String>

The state portion of the address.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-TaxId <String>

The tax identifier to be used for billing purposes.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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.Partners.PSBillingProfile







NOTES









-------------------------- 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.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... ingProfile