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