ReverseShippingDetails 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.
Reverse Shipping Address and contact details for a job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ReverseShippingDetailsTypeConverter))]
public class ReverseShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IReverseShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ReverseShippingDetailsTypeConverter))>]
type ReverseShippingDetails = class
interface IReverseShippingDetails
interface IJsonSerializable
Public Class ReverseShippingDetails
Implements IReverseShippingDetails
- Inheritance
-
ReverseShippingDetails
- Attributes
- Implements
Constructors
ReverseShippingDetails() |
Creates an new ReverseShippingDetails instance. |
Properties
ContactDetailContactName |
Contact name of the person. |
ContactDetailMobile |
Mobile number of the contact person. |
ContactDetailPhone |
Phone number of the contact person. |
ContactDetailPhoneExtension |
Phone extension number of the contact person. |
IsUpdated |
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field |
ShippingAddress |
Shipping address where customer wishes to receive the device. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReverseShippingDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReverseShippingDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IReverseShippingDetails. |
FromJsonString(String) |
Creates a new instance of ReverseShippingDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReverseShippingDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |