Cartalyst\Stripe\Api\Products::find PHP 메소드

find() 공개 메소드

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