Class ShippingRate
Represents shipping rate data
Inheritance
System.Object
ShippingRate
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()
Namespace: NFX.Web.Shipping
Assembly: NFX.Web.dll
Syntax
public class ShippingRate
Properties
CarrierID
Declaration
public string CarrierID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cost
Declaration
public Amount? Cost { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Amount> |
IsAlternative
If true indicates that there is no available rate was found for initial shipping data, so shipping system changed carrier/service to most appropriate one
Declaration
public bool IsAlternative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PackageID
Declaration
public string PackageID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServiceID
Declaration
public string ServiceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |