OrderItemProperties Class
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.
Represents order item details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemPropertiesTypeConverter))]
public class OrderItemProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IOrderItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemPropertiesTypeConverter))>]
type OrderItemProperties = class
interface IOrderItemProperties
interface IJsonSerializable
Public Class OrderItemProperties
Implements IOrderItemProperties
- Inheritance
-
OrderItemProperties
- Attributes
- Implements
Constructors
OrderItemProperties() |
Creates an new OrderItemProperties instance. |
Properties
ForwardAddressContactDetail |
Contact details for the address |
ForwardAddressShippingAddress |
Shipping details for the address |
ForwardAddressValidationStatus |
Status of address validation |
OrderId |
Id of the order to which order item belongs to |
OrderItemDetail |
Represents order item details. |
ReturnAddressContactDetail |
Contact details for the address |
ReturnAddressShippingAddress |
Shipping details for the address |
ReturnAddressValidationStatus |
Status of address validation |
StartTime |
Start time of order item |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrderItemProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrderItemProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IOrderItemProperties. |
FromJsonString(String) |
Creates a new instance of OrderItemProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrderItemProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |