Cartalyst\Stripe\Api\Plans::find PHP Method

find() public method

Retrieves an existing plan.
public find ( string $planId ) : array
$planId string
return array
    public function find($planId)
    {
        return $this->_get("plans/{$planId}");
    }