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

all() public method

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