ShippingDetails 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.
Package shipping details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ShippingDetailsTypeConverter))]
public class ShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ShippingDetailsTypeConverter))>]
type ShippingDetails = class
interface IShippingDetails
interface IJsonSerializable
Public Class ShippingDetails
Implements IShippingDetails
- Inheritance
-
ShippingDetails
- Attributes
- Implements
Constructors
ShippingDetails() |
Creates an new ShippingDetails instance. |
Properties
CarrierDisplayName |
Carrier Name for display purpose. Not to be used for any processing. |
CarrierName |
Name of the carrier. |
TrackingId |
TrackingId of the package |
TrackingUrl |
TrackingUrl of the package. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ShippingDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ShippingDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IShippingDetails. |
FromJsonString(String) |
Creates a new instance of ShippingDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ShippingDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |