Udostępnij za pośrednictwem


ForwardShippingDetails Class

Definition

Forward shipment details.

public class ForwardShippingDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.ForwardShippingDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.ForwardShippingDetails>
public class ForwardShippingDetails
type ForwardShippingDetails = class
    interface IJsonModel<ForwardShippingDetails>
    interface IPersistableModel<ForwardShippingDetails>
type ForwardShippingDetails = class
Public Class ForwardShippingDetails
Implements IJsonModel(Of ForwardShippingDetails), IPersistableModel(Of ForwardShippingDetails)
Public Class ForwardShippingDetails
Inheritance
ForwardShippingDetails
Implements

Properties

CarrierDisplayName

Carrier Name for display purpose. Not to be used for any processing.

CarrierName

Name of the carrier.

TrackingId

TrackingId of the package.

TrackingUri

TrackingUrl of the package.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ForwardShippingDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ForwardShippingDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ForwardShippingDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ForwardShippingDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ForwardShippingDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to