Language

AddressDetails Class

Definition

Address details for an order item.

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

Constructors

Name Description
AddressDetails()

Creates an new AddressDetails instance.

Properties

Name Description
ForwardAddressContactDetail

Contact details for the address

ForwardAddressShippingAddress

Shipping details for the address

ForwardAddressValidationStatus

Status of address validation

ReturnAddressContactDetail

Contact details for the address

ReturnAddressShippingAddress

Shipping details for the address

ReturnAddressValidationStatus

Status of address validation

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddressDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddressDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddressDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to