Class ContactModel
Inheritance
System.Object
ContactModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class ContactModel : Object
Constructors
Declaration
Properties
Declaration
public Nullable<bool> AcceptMarketingEmail { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public IEnumerable<AddressModel> Addresses { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<AddressModel> |
|
Declaration
public Nullable<DateTime> BirthDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<DateTime> ConsentUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> ContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public IEnumerable<ContactNoteModel> ContactNotes { get; set; }
Property Value
Declaration
public Nullable<DateTime> Created { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> CreatorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string CustomerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<int> CustomerGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<EntityObjectProperty> ExtendedProperties { get; set; }
Property Value
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> LastOrder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public Nullable<Guid> ModifierId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public Nullable<Guid> OwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public Nullable<Guid> PreferredBillingAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string PreferredCurrency { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PreferredLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<Guid> PreferredShippingAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Declaration
public string RegistrationSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|