IAddressDetails.ReturnAddressShippingAddress Property
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 details for the address
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Shipping details for the address", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="shippingAddress", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress ReturnAddressShippingAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Shipping details for the address", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="shippingAddress", Update=false)>]
member this.ReturnAddressShippingAddress : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IShippingAddress
Public ReadOnly Property ReturnAddressShippingAddress As IShippingAddress
Property Value
- Attributes