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

all() public method

Lists all plans.
public all ( array $parameters = [] ) : array
$parameters array
return array
    public function all(array $parameters = [])
    {
        return $this->_get('plans', $parameters);
    }