PHP Класс Usps\FirstClassServiceStandards

Наследование: extends USPSBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$apiVersion - the api version used for this type of call
$route - route added so far.

Открытые методы

Метод Описание
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.

Описание методов

addRoute() публичный Метод

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

getPostFields() публичный Метод

returns array of all routes added so far.
public getPostFields ( ) : array
Результат array

getServiceStandard() публичный Метод

Perform the API call.
public getServiceStandard ( ) : string
Результат string

Описание свойств

$apiVersion защищенное свойство

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

$route защищенное свойство

- route added so far.
protected $route