Class AddressViewModel
Inheritance
System.Object
AddressViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class AddressViewModel : Object, IExtendedProperties
Constructors
AddressViewModel()
Declaration
public AddressViewModel()
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 |
|
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<PropertyViewModel> ExtendedProperties { get; set; }
Property Value
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 |
|
Implements