PHP Class EasyPost\ScanForm

Inheritance: extends EasypostResource
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 scan forms
create ( mixed $params = null, string $apiKey = null ) : mixed create a scan form
retrieve ( string $id, string $apiKey = null ) : mixed retrieve a scan form
save ( ) save a scan form

Method Details

all() public static méthode

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

create() public static méthode

create a scan form
public static create ( mixed $params = null, string $apiKey = null ) : mixed
$params mixed
$apiKey string
Résultat mixed

retrieve() public static méthode

retrieve a scan form
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
Résultat mixed

save() public méthode

save a scan form
public save ( )