IShippingAddress Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddressTypeConverter))]
public interface IShippingAddress : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddressTypeConverter))>]
type IShippingAddress = interface
interface IJsonSerializable
Public Interface IShippingAddress
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |