ShippingAddress Class

Definition

Shipping address where customer wishes to receive the device.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddressTypeConverter))]
public class ShippingAddress : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ShippingAddressTypeConverter))>]
type ShippingAddress = class
    interface IShippingAddress
    interface IJsonSerializable
Public Class ShippingAddress
Implements IShippingAddress
Inheritance
ShippingAddress
Attributes
Implements

Constructors

Name Description
ShippingAddress()

Creates an new ShippingAddress instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ShippingAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ShippingAddress.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress.

FromJsonString(String)

Creates a new instance of ShippingAddress, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ShippingAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to