Table of Contents

Class CountryAddressInfo

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll

Represents country address information

public class CountryAddressInfo
Inheritance
CountryAddressInfo
Inherited Members

Constructors

CountryAddressInfo()

Initializes a new instance of the class.

public CountryAddressInfo()

CountryAddressInfo(string, bool)

Initializes and fills the class using data from order

public CountryAddressInfo(string orderId, bool useShippingInformation)

Parameters

orderId string

Order id

useShippingInformation bool

True if need to use shipping order information

Properties

Address

Customer address

public string Address { get; set; }

Property Value

string

Address2

Customer address 2

public string Address2 { get; set; }

Property Value

string

City

Customer city

public string City { get; set; }

Property Value

string

Company

Customer company

public string Company { get; set; }

Property Value

string

CountryCode

Customer country code

public string CountryCode { get; set; }

Property Value

string

FirstName

Customer first name

public string FirstName { get; set; }

Property Value

string

LastName

Customer last name

public string LastName { get; set; }

Property Value

string

Phone

Customer phone

public string Phone { get; set; }

Property Value

string

RegionCode

Customer region code

public string RegionCode { get; set; }

Property Value

string

Zip

Customer Zip

public string Zip { get; set; }

Property Value

string
To top