EdgeOrderShippingAddress 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 EdgeOrderShippingAddress
type EdgeOrderShippingAddress = class
Public Class EdgeOrderShippingAddress
- Inheritance
-
EdgeOrderShippingAddress
Constructors
EdgeOrderShippingAddress(String, String) |
Initializes a new instance of EdgeOrderShippingAddress. |
Properties
AddressType |
Type of address. |
City |
Name of the City. |
CompanyName |
Name of the company. |
Country |
Name of the Country. |
PostalCode |
Postal code. |
StateOrProvince |
Name of the State or Province. |
StreetAddress1 |
Street Address line 1. |
StreetAddress2 |
Street Address line 2. |
StreetAddress3 |
Street Address line 3. |
ZipExtendedCode |
Extended Zip Code. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET