PHP 클래스 Usps\PriorityMailServiceStandards

상속: extends USPSBase
파일 보기 프로젝트 열기: vinceg/usps-php-api

보호된 프로퍼티들

프로퍼티 타입 설명
$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