AddressDetails Class

Definition

Address details.

public class AddressDetails
type AddressDetails = class
Public Class AddressDetails
Inheritance
AddressDetails

Constructors

AddressDetails()

Initializes a new instance of the AddressDetails class.

AddressDetails(String, String, String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the AddressDetails class.

Properties

AddressLine1

Gets or sets address line 1.

AddressLine2

Gets or sets address line 2.

AddressLine3

Gets or sets address line 3.

City

Gets or sets address city.

CompanyName

Gets or sets company name.

Country

Gets or sets country code uses ISO2, 2-digit format.

District

Gets or sets address district.

Email

Gets or sets email address.

FirstName

Gets or sets first name.

LastName

Gets or sets last name.

PhoneNumber

Gets or sets phone number.

PostalCode

Gets or sets postal code.

Region

Gets or sets address region.

Methods

Validate()

Validate the object.

Applies to