World is now on Opti ID! Learn more

Class Address

The address object in Bolt

Inheritance
System.Object
Address
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Address : Object

Constructors

Address()

Declaration
public Address()

Properties

Company

The company

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

Country

The country

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

CountryCode

The country code

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

Default

Is default

Declaration
public bool Default { get; set; }
Property Value
Type Description
System.Boolean

DoorCode

The door code

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

EmailAddress

The email address

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

ErrorMessage

The error message

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

FirstName

The first name

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

Id

The id

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

LastName

The last name

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

Locality

The locality

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

Name

The name

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

PhoneNumber

The phone mumber

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

PostalCode

The postal code

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

Region

The region

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

RegionCode

The region code

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

StreetAddress1

The street address 1

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

StreetAddress2

The street address 2

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

StreetAddress3

The street address 3

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

StreetAddress4

The street address 4

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