Method |
Description |
|
__construct ( string $key, string $password, string $account, string $meter, string $wsdl = null ) : Fedex |
Constructor |
|
getServices ( ) : array |
Static method to get the services |
|
isError ( ) : boolean |
Return whether the transaction is an error |
|
isSuccess ( ) : boolean |
Return whether the transaction is a success |
|
send ( ) : void |
Send transaction |
|
setDimensions ( array $dimensions, string $unit = null ) : mixed |
Set dimensions |
|
setWeight ( string $weight, string $unit = null ) : mixed |
Set dimensions |
|
shipFrom ( array $shipFrom ) : mixed |
Set ship from |
|
shipTo ( array $shipTo ) : mixed |
Set ship to |
|