Interface IOrderAddress
Represents an address associated with an order.
Inherited Members
Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public interface IOrderAddress : IExtendedProperties
Properties
City
Gets or sets the city.
Declaration
string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The city. |
CountryCode
Gets or sets the country code.
Declaration
string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The country code. |
CountryName
Gets or sets the name of the country.
Declaration
string CountryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the country. |
DaytimePhoneNumber
Gets or sets the daytime phone number.
Declaration
string DaytimePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The daytime phone number. |
Gets or sets the email.
Declaration
string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String | The email. |
EveningPhoneNumber
Gets or sets the evening phone number.
Declaration
string EveningPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The evening phone number. |
FaxNumber
Gets or sets the fax number.
Declaration
string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The fax number. |
FirstName
Gets or sets the first name.
Declaration
string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the first. |
Id
Gets the identity of the order address. Use this to map the address id to Shipment and billing of OrderForm
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identity of the order address. |
LastName
Gets or sets last name.
Declaration
string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the last. |
Line1
Gets or sets the line 1.
Declaration
string Line1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line1. |
Line2
Gets or sets the line 2.
Declaration
string Line2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line2. |
Organization
Gets or sets the organization.
Declaration
string Organization { get; set; }
Property Value
Type | Description |
---|---|
System.String | The organization. |
PostalCode
Gets or sets the postal code.
Declaration
string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The postal code. |
RegionCode
Gets or sets the region/state code.
Declaration
string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The region code. |
Remarks
For US addresses, this is used for the state code.
RegionName
Gets or sets the name of the region/state.
Declaration
string RegionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the region. |
Remarks
For US addresses, this is used for the state name.