ShippingAddress 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.
Shipping address where customer wishes to receive the device.
public class ShippingAddress
type ShippingAddress = class
Public Class ShippingAddress
- Inheritance
-
ShippingAddress
Constructors
ShippingAddress() |
Initializes a new instance of the ShippingAddress class. |
ShippingAddress(String, String, String, String, String, String, String, String, String, Nullable<AddressType>) |
Initializes a new instance of the ShippingAddress class. |
Properties
AddressType |
Gets or sets type of address. Possible values include: 'None', 'Residential', 'Commercial' |
City |
Gets or sets name of the City. |
CompanyName |
Gets or sets name of the company. |
Country |
Gets or sets name of the Country. |
PostalCode |
Gets or sets postal code. |
StateOrProvince |
Gets or sets name of the State or Province. |
StreetAddress1 |
Gets or sets street Address line 1. |
StreetAddress2 |
Gets or sets street Address line 2. |
StreetAddress3 |
Gets or sets street Address line 3. |
ZipExtendedCode |
Gets or sets extended Zip Code. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET