Class ShippoCapabilities
Denotes capabilities of the Shippo shipping system
Inheritance
System.Object
ShippoCapabilities
Implements
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.Shippo
Assembly: NFX.Web.dll
Syntax
public class ShippoCapabilities : IShippingSystemCapabilities
Properties
Instance
Declaration
public static ShippoCapabilities Instance { get; }
Property Value
Type | Description |
---|---|
ShippoCapabilities |
SupportsAddressValidation
Declaration
public bool SupportsAddressValidation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsCarrierServices
Declaration
public bool SupportsCarrierServices { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsLabelCreation
Declaration
public bool SupportsLabelCreation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShipmentTracking
Declaration
public bool SupportsShipmentTracking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShippingCostEstimation
Declaration
public bool SupportsShippingCostEstimation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |