PHP Class Usps\PriorityMailServiceStandards

Inheritance: extends USPSBase
Afficher le fichier Open project: vinceg/usps-php-api

Protected Properties

Свойство Type Description
$apiVersion - the api version used for this type of call
$route - route added so far.

Méthodes publiques

Méthode 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.

Method Details

addRoute() public méthode

Add route to the stack.
public addRoute ( $origin_zip, $destination_zip )
$origin_zip
$destination_zip

getPostFields() public méthode

returns array of all routes added so far.
public getPostFields ( ) : array
Résultat array

getServiceStandard() public méthode

Perform the API call.
public getServiceStandard ( ) : string
Résultat string

Property Details

$apiVersion protected_oe property

- the api version used for this type of call
protected $apiVersion

$route protected_oe property

- route added so far.
protected $route