Property | Type | Description | |
---|---|---|---|
$apiVersion | - the api version used for this type of call | ||
$route | - route added so far. |
Method | Description | |
---|---|---|
addRoute ( $origin_zip, $destination_zip ) | Add route to the stack. | |
getPostFields ( ) : array | returns array of all routes added so far. | |
getServiceStandard ( ) : string | Perform the API call. |
public addRoute ( $origin_zip, $destination_zip ) | ||
$origin_zip | ||
$destination_zip |
public getPostFields ( ) : array | ||
return | array |
public getServiceStandard ( ) : string | ||
return | string |