IShippingProvider Interface Properties
In This Topic
For a list of all members of this type, see IShippingProvider members.
Public Properties
| Name | Description |
 | Description |
Gets the description of the shipping provider implementation
|
 | IsShippingSupported |
Gets a value indicating whether this provider supports ship confirm and accept feature.
|
 | Name |
Gets the Name of the shipping provider implementation
|
 | ShipGatewayId |
Gets the Id of the shipping gateway in database. Id is passed at the time of initialization.
|
 | UseDebugMode |
Gets or sets a value indicating whether to use debugging mode or not?
|
 | Version |
Gets the version of the shipping provider implementation
|
Top
See Also