PHP 클래스 EasyPost\Address

상속: extends easypost\Resource
파일 보기 프로젝트 열기: easypost/easypost-php 1 사용 예제들

공개 메소드들

메소드 설명
all ( mixed $params = null, string $apiKey = null ) : mixed retrieve all addresses
create ( mixed $params = null, string $apiKey = null ) : mixed create an address
create_and_verify ( mixed $params = null, string $apiKey = null ) : mixed create and verify an address
retrieve ( string $id, string $apiKey = null ) : mixed retrieve an address
save ( ) save an address
verify ( mixed $params = null ) : mixed verify an address

메소드 상세

all() 공개 정적인 메소드

retrieve all addresses
public static all ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
리턴 mixed

create() 공개 정적인 메소드

create an address
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
리턴 mixed

create_and_verify() 공개 정적인 메소드

create and verify an address
public static create_and_verify ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
리턴 mixed

retrieve() 공개 정적인 메소드

retrieve an address
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
리턴 mixed

save() 공개 메소드

save an address
public save ( )

verify() 공개 메소드

verify an address
public verify ( mixed $params = null ) : mixed
$params mixed
리턴 mixed