PHP Class EasyPost\Insurance

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 insurances
create ( mixed $params = null, string $apiKey = null ) : mixed create an insurance
retrieve ( string $id, string $apiKey = null ) : mixed retrieve an insurance
save ( ) save an insurance

Method Details

all() public static méthode

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

create() public static méthode

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

retrieve() public static méthode

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

save() public méthode

save an insurance
public save ( )