Cartalyst\Stripe\Api\Products::find PHP Méthode

find() public méthode

Retrieves an existing product.
public find ( string $productId ) : array
$productId string
Résultat array
    public function find($productId)
    {
        return $this->_get("products/{$productId}");
    }