Class Shipment
Represents abstraction of shipment - a package (i.e. Envelope) along with its shipping service (i.e. USPS Ground)
Inheritance
System.Object
Shipment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NFX.Web.dll
Syntax
Properties
Carrier
Declaration
public ShippingCarrier Carrier { get; set; }
Property Value
DistanceUnit
Declaration
public Distance.UnitType DistanceUnit { get; set; }
Property Value
FromAddress
Declaration
public Address FromAddress { get; set; }
Property Value
Height
Declaration
public decimal Height { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public LabelFormat LabelFormat { get; set; }
Property Value
LabelIDForReturn
Declaration
public string LabelIDForReturn { get; set; }
Property Value
Type |
Description |
System.String |
|
Length
Declaration
public decimal Length { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Package
Declaration
public ShippingCarrier.Package Package { get; set; }
Property Value
ReturnAddress
Declaration
public Address ReturnAddress { get; set; }
Property Value
Service
Declaration
public ShippingCarrier.Service Service { get; set; }
Property Value
ToAddress
Declaration
public Address ToAddress { get; set; }
Property Value
Weight
Declaration
public decimal Weight { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
WeightUnit
Declaration
public Weight.UnitType WeightUnit { get; set; }
Property Value
Width
Declaration
public decimal Width { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Extension Methods