你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrderItemProperties Class

Definition

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.

Applies to