Share via


ReturnShipping Class

Definition

Specifies the return carrier and customer's account with the carrier.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ReturnShippingTypeConverter))]
public class ReturnShipping : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IReturnShipping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ReturnShippingTypeConverter))>]
type ReturnShipping = class
    interface IReturnShipping
    interface IJsonSerializable
Public Class ReturnShipping
Implements IReturnShipping
Inheritance
ReturnShipping
Attributes
Implements

Constructors

ReturnShipping()

Creates an new ReturnShipping instance.

Properties

CarrierAccountNumber

The customer's account number with the carrier.

CarrierName

The carrier's name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReturnShipping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReturnShipping.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IReturnShipping.

FromJsonString(String)

Creates a new instance of ReturnShipping, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReturnShipping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to