Method | Description | |
---|---|---|
FedExProvider ( ) : System |
Paramaterless constructor that loads settings from app.config
|
|
FedExProvider ( string key, string password, string accountNumber, string meterNumber ) : System |
|
|
FedExProvider ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : System |
|
Method | Description | |
---|---|---|
SetServiceCodes ( ) : void |
Sets service codes.
|
|
SetShipmentDetails ( DotNetShipping.RateServiceWebReference.RateRequest request ) : void |
Sets shipment details
|
Method | Description | |
---|---|---|
Init ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : void |
public FedExProvider ( string key, string password, string accountNumber, string meterNumber ) : System | ||
key | string | |
password | string | |
accountNumber | string | |
meterNumber | string | |
return | System |
public FedExProvider ( string key, string password, string accountNumber, string meterNumber, bool useProduction ) : System | ||
key | string | |
password | string | |
accountNumber | string | |
meterNumber | string | |
useProduction | bool | |
return | System |
protected final SetShipmentDetails ( DotNetShipping.RateServiceWebReference.RateRequest request ) : void | ||
request | DotNetShipping.RateServiceWebReference.RateRequest | |
return | void |