Customer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a partner's customer.
public sealed class Customer : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type Customer = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class Customer
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
Constructors
Customer() |
Properties
AllowDelegatedAccess |
Gets or sets a value that indicates if delegated access is allowed for this customer or not. |
AssociatedPartnerId |
Gets or sets the indirect reseller associated to this customer account. This value can be set only by indirect CSP partners. |
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
BillingProfile |
Gets or sets the customer's billing profile. |
CommerceId |
Gets or sets the customer commerce identifier. |
CompanyProfile |
Gets or sets the customer's company profile. |
CustomDomains |
Gets the custom domains. |
Id |
Gets or sets the customer active directory tenant ID. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
RelationshipToPartner |
Gets or sets the customer's relationship to partner. |
UserCredentials |
Gets or sets the user credentials. |