AddressDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
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
Azure SDK for .NET