Interface IShippingSystemCapabilities
Denotes capabilities of the shipping system
Namespace: NFX.Web.Shipping
Assembly: NFX.Web.dll
Syntax
public interface IShippingSystemCapabilities
Properties
SupportsAddressValidation
Indicates whether a shipping system supports shipping address validation
Declaration
bool SupportsAddressValidation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsCarrierServices
Indicates whether a shipping system provides any services directly from some shipping carriers
Declaration
bool SupportsCarrierServices { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsLabelCreation
Indicates whether a shipping system supports shipping label creation
Declaration
bool SupportsLabelCreation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShipmentTracking
Indicates whethe a shipping system provides detailed tracking information about shipments
Declaration
bool SupportsShipmentTracking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsShippingCostEstimation
Indicates whether a shipping system provides any (at least approximate) shipping cost calculation
Declaration
bool SupportsShippingCostEstimation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |