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 AddressModel

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

Constructors

AddressModel()

Declaration
public AddressModel()

Properties

AddressId

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

AddressType

Declaration
public int[] AddressType { get; set; }
Property Value
Type Description
System.Int32[]

City

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

ContactId

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

CountryCode

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

CountryName

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

DaytimePhoneNumber

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

Email

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

EveningPhoneNumber

Declaration
public string EveningPhoneNumber { 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

LastName

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

Line1

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

Line2

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

Name

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

OrganizationId

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

PostalCode

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

RegionCode

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

State

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