Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContactDetailViewModel

Inheritance
System.Object
ContactDetailViewModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ContactDetailViewModel : Object

Constructors

ContactDetailViewModel()

Declaration
public ContactDetailViewModel()

Properties

AcceptMarketingEmail

Declaration
public Nullable<bool> AcceptMarketingEmail { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Addresses

Declaration
public IEnumerable<AddressViewModel> Addresses { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<AddressViewModel>

BirthDate

Declaration
public string BirthDate { get; set; }
Property Value
Type Description
System.String

ConsentUpdated

Declaration
public string ConsentUpdated { get; set; }
Property Value
Type Description
System.String

ContactId

Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ContactNotes

Declaration
public IEnumerable<ContactNoteViewModel> ContactNotes { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContactNoteViewModel>

Created

Declaration
public string Created { get; set; }
Property Value
Type Description
System.String

CreatorId

Declaration
public Nullable<Guid> CreatorId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

CustomerGroup

Declaration
public string CustomerGroup { get; set; }
Property Value
Type Description
System.String

CustomerGroupId

Declaration
public Nullable<int> CustomerGroupId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

DetailExtendedProperties

Declaration
public List<EntityObjectProperty> DetailExtendedProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EntityObjectProperty>

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

ExtendedProperties

Declaration
public List<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PropertyViewModel>

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

FullName

Declaration
public string FullName { get; set; }
Property Value
Type Description
System.String

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

LastOrder

Declaration
public string LastOrder { get; set; }
Property Value
Type Description
System.String

MiddleName

Declaration
public string MiddleName { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public string Modified { get; set; }
Property Value
Type Description
System.String

ModifierId

Declaration
public Nullable<Guid> ModifierId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Owner

Declaration
public string Owner { get; set; }
Property Value
Type Description
System.String

OwnerId

Declaration
public Nullable<Guid> OwnerId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

PreferredBillingAddress

Declaration
public string PreferredBillingAddress { get; set; }
Property Value
Type Description
System.String

PreferredBillingAddressId

Declaration
public Nullable<Guid> PreferredBillingAddressId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

PreferredCurrency

Declaration
public string PreferredCurrency { get; set; }
Property Value
Type Description
System.String

PreferredLanguage

Declaration
public string PreferredLanguage { get; set; }
Property Value
Type Description
System.String

PreferredShippingAddress

Declaration
public string PreferredShippingAddress { get; set; }
Property Value
Type Description
System.String

PreferredShippingAddressId

Declaration
public Nullable<Guid> PreferredShippingAddressId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

RegistrationSource

Declaration
public string RegistrationSource { get; set; }
Property Value
Type Description
System.String

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String