PHP Class EasyPost\Address

Inheritance: extends easypost\Resource
Afficher le fichier Open project: easypost/easypost-php Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

all() public static méthode

retrieve all addresses
public static all ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

create() public static méthode

create an address
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

create_and_verify() public static méthode

create and verify an address
public static create_and_verify ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

retrieve() public static méthode

retrieve an address
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
Résultat mixed

save() public méthode

save an address
public save ( )

verify() public méthode

verify an address
public verify ( mixed $params = null ) : mixed
$params mixed
Résultat mixed