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 ContactModel

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

Constructors

ContactModel()

Declaration
public ContactModel()

Properties

AcceptMarketingEmail

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

Addresses

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

BirthDate

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

ConsentUpdated

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

ContactId

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

ContactNotes

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

Created

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

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>

Email

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

ExtendedProperties

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

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 Nullable<DateTime> LastOrder { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

MiddleName

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

Modified

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

ModifierId

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

OwnerId

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

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

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