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
Properties
Address
Customer address
public string Address { get; set; }
Property Value
Address2
Customer address 2
public string Address2 { get; set; }
Property Value
City
Customer city
public string City { get; set; }
Property Value
Company
Customer company
public string Company { get; set; }
Property Value
CountryCode
Customer country code
public string CountryCode { get; set; }
Property Value
FirstName
Customer first name
public string FirstName { get; set; }
Property Value
LastName
Customer last name
public string LastName { get; set; }
Property Value
Phone
Customer phone
public string Phone { get; set; }
Property Value
RegionCode
Customer region code
public string RegionCode { get; set; }
Property Value
Zip
Customer Zip
public string Zip { get; set; }