CustomerBillingProfile Class

Definition

The customer billing profile information.

public sealed class CustomerBillingProfile : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type CustomerBillingProfile = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class CustomerBillingProfile
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
Inheritance

Constructors

CustomerBillingProfile()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
CompanyName

Gets or sets the name of the company.

Culture

Gets or sets the culture.

DefaultAddress

Gets or sets the default address for customer.

Email

Gets or sets the email.

FirstName

Gets or sets the first name.

Id

Gets or sets the profile identifier.

Language

Gets or sets the language.

LastName

Gets or sets the last name.

Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)

Applies to