PHP 클래스 Usps\ServiceDeliveryCalculator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$apiVersion - the api version used for this type of call
$route - route added so far.

공개 메소드들

메소드 설명
addRoute ( $mail_class, $origin_zip, $destination_zip, null $accept_date = null, null $accept_time = null )
getPostFields ( ) : array returns array of all routes added so far.
getServiceDeliveryCalculation ( ) : string Perform the API call.

메소드 상세

addRoute() 공개 메소드

public addRoute ( $mail_class, $origin_zip, $destination_zip, null $accept_date = null, null $accept_time = null )
$mail_class integer from 0 to 6 indicating the class of mail. “0” = All Mail Classes “1” = Express Mail “2” = Priority Mail “3” = First Class Mail “4” = Standard Mail “5” = Periodicals “6” = Package Services
$origin_zip 5 digit zip code.
$destination_zip 5 digit zip code.
$accept_date null string in the format dd-mmm-yyyy.
$accept_time null string in the format HHMM.

getPostFields() 공개 메소드

returns array of all routes added so far.
public getPostFields ( ) : array
리턴 array

getServiceDeliveryCalculation() 공개 메소드

Perform the API call.

프로퍼티 상세

$apiVersion 보호되어 있는 프로퍼티

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

$route 보호되어 있는 프로퍼티

- route added so far.
protected $route