PHP 클래스 Usps\AddressVerify

부터: 1.0
저자: Vincent Gabriel
상속: extends USPSBase
파일 보기 프로젝트 열기: vinceg/usps-php-api

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
addAddress ( Address $data, string $id = null ) Add Address to the stack.
getPostFields ( ) : array returns array of all addresses added so far.
verify ( ) : string Perform the API call to verify the address.

메소드 상세

addAddress() 공개 메소드

Add Address to the stack.
public addAddress ( Address $data, string $id = null )
$data Address
$id string the address unique id

getPostFields() 공개 메소드

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

verify() 공개 메소드

Perform the API call to verify the address.
public verify ( ) : string
리턴 string

프로퍼티 상세

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

- list of all addresses added so far
protected $addresses

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

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