PHP Class EasyPost\Order

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

Method Details

all() public static méthode

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

buy() public méthode

buy an order
public buy ( mixed $params = null )
$params mixed

create() public static méthode

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

retrieve() public static méthode

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

save() public méthode

save an order
public save ( )