Share via


IOrderItemDetails.ReturnStatus Property

Definition

Describes whether the order item is returnable or not.

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Describes whether the order item is returnable or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemReturnEnum) }, ReadOnly=true, Required=false, SerializedName="returnStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemReturnEnum? ReturnStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Describes whether the order item is returnable or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemReturnEnum) }, ReadOnly=true, Required=false, SerializedName="returnStatus")>]
member this.ReturnStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.OrderItemReturnEnum>
Public ReadOnly Property ReturnStatus As Nullable(Of OrderItemReturnEnum)

Property Value

Attributes

Applies to