Method | Description | |
---|---|---|
getRates ( ) : array | Get service rates | |
getResponse ( ) : object | Get response object | |
getResponseCode ( ) : integer | Get response code | |
getResponseMessage ( ) : string | Get response message | |
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 |
public getResponseCode ( ) : integer | ||
return | integer |
public getResponseMessage ( ) : string | ||
return | string |