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

all() public method

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